7 lines
135 B
ApacheConf
7 lines
135 B
ApacheConf
|
AddType application/x-httpd-php55 .php
|
||
|
|
||
|
RewriteEngine On
|
||
|
RewriteBase /
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteRule ^ index.php [L]
|