How To Update .htaccess file
-
Hi all,
I’m hoping you guys to can help…
I’m trying to update the .htaccess file so my site redirects from https://website.com.au to https://www.website.com.au. Here’s my current htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Any suggestions?
Thanks for your time,
Dan.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How To Update .htaccess file’ is closed to new replies.