6 lines
150 B
ApacheConf
Executable File
6 lines
150 B
ApacheConf
Executable File
Options +FollowSymLinks
|
|
IndexIgnore /
|
|
RewriteEngine on
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule . index.php |