Files
totalsport/public/.htaccess

6 lines
146 B
ApacheConf
Raw Normal View History

2020-04-10 02:21:25 -04:00
RewriteEngine On
2020-12-12 00:25:59 -03:00
RewriteBase /totalsport/
2020-04-10 02:21:25 -04:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]