chandler/htdocs/.htaccess

6 lines
123 B
ApacheConf
Raw Normal View History

2020-05-29 21:49:16 +03:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php [QSA]