8 lines
276 B
ApacheConf
Executable File
8 lines
276 B
ApacheConf
Executable File
DirectoryIndex index.php
|
|
RewriteEngine on
|
|
|
|
RewriteCond $1 !^(index\.php|(.*)\.swf|forums|img|css|downloads|jquery|js|grocery_curd|scss|robots\.txt|favicon\.ico)
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule ^(.*)$ ./index.php?$1 [L,QSA]
|