Files
totalsport/public/.htaccess
2020-12-12 00:25:59 -03:00

6 lines
146 B
ApacheConf

RewriteEngine On
RewriteBase /totalsport/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]