gnousdoteu-v3/public/.htaccess

6 lines
158 B
ApacheConf
Raw Normal View History

2019-07-29 18:22:19 +00:00
RewriteEngine On
2020-03-18 00:31:58 +00:00
RewriteBase /gnousdoteu/public/
2019-07-29 18:22:19 +00:00
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ index.php [QSA,L]