Common .htaccess rewrite commands
Attention: Do not attempt to edit your .htaccess file if you have no previous experience, or you can significantly degrade your site.
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)?example\.com$ [NC] RewriteRule ^$ http://%{HTTP_HOST}/subfolder/index.php [R,L]
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} !^/dispatcher.php RewriteRule (.*) /dispatcher.php%{REQUEST_URI} [L]
Our award-winning customer care team is here for you.
Contact Support