7 lines
141 B
ApacheConf
7 lines
141 B
ApacheConf
|
Options +FollowSymLinks
|
||
|
RewriteEngine On
|
||
|
|
||
|
RewriteCond %{SCRIPT_FILENAME} !-d
|
||
|
RewriteCond %{SCRIPT_FILENAME} !-f
|
||
|
|
||
|
RewriteRule ^.*$ ./index.php
|