Hi all,
I have this code:
How can I also force the URL to the 'www' version? I've tried making the URL absolute, but that produces an error when I try to access pages.Code:RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^(.*)$ /index.php [NC]
I have very limited knowledge on this.
Thanks.
