simmatrix/plutro/master/.htaccess
# Turn mod_rewrite on
RewriteEngine On
RewriteBase /
#RewriteCond %{HTTP_HOST} !^www. [NC]
#RewriteRule ^(.*)$ http://www.plutro.com/$1 [L,R=301]
#RewriteCond %{HTTPS} off
#RewriteRule ^(.*)$ https://www.plutro.com/$1 [L,R=301]
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*)$ /index.php?query=/$1 [NC,L,QSA]
</IfModule>
Files
