gnousdoteu-v3/public/.htaccess
2020-03-17 20:31:58 -04:00

6 lines
158 B
ApacheConf

RewriteEngine On
RewriteBase /gnousdoteu/public/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ index.php [QSA,L]