gnousdoteu-v3/public/.htaccess

6 lines
161 B
ApacheConf
Raw Normal View History

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