gnousdoteu-v3/public/.htaccess

6 lines
158 B
ApacheConf
Raw Normal View History

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