|
Just been informed by our server that Mod_rewrite is installed on all their Linux severs by default; it does not have to be installed or enabled. I was told I do not need to enable mod_rewrite in the httpd.conf as this is handled at a global level. All I need to do is add the desired code to the body of your .htaccess file.
So does anyone know what code I would need to put in the .htaccess file? I also assume this .htaccess file needs to be placed in the photopost directy.
My root has
RewriteEngine On
rewritecond %{http_host} ^aacircle.com.au
rewriteRule ^(.*) http://www.aacircle.com.au/$1 [R=301,L]
Thank you.
Last edited by aacircle; September 7th, 2006 at 07:53 AM.
|