OpenQuestion/.htaccess
2018-02-05 21:40:24 -07:00

7 lines
141 B
ApacheConf

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^.*$ ./index.php