initial
This commit is contained in:
commit
ea309f20ee
184 changed files with 16564 additions and 0 deletions
14
.htaccess
Executable file
14
.htaccess
Executable file
|
@ -0,0 +1,14 @@
|
|||
|
||||
Options -Indexes
|
||||
AddType application/x-java-archive .jar
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
|
||||
# Rewrite current-style URLs of the form 'index.php?q=x'.
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
|
||||
|
||||
</IfModule>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue