smsq/public_html/.htaccess

10 lines
245 B
ApacheConf
Raw Permalink Normal View History

2017-11-15 05:23:00 +01:00
RewriteEngine On
RewriteBase /
# If the request is not for a valid file
RewriteCond %{REQUEST_FILENAME} !-f
# If the request is not for a valid link
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^([^?]+)(\?(.*))?$ index.php?go=$1&$3 [L,QSA]