discord-client/public_html/.htaccess

5 lines
99 B
ApacheConf
Raw Normal View History

2018-03-21 17:44:27 +00:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=/$1 [QSA,L]