Hi just uploaded my new site nova health products
custom Actinic menus from Malcolm at tod design.
Few problems, seems to load ok in interent exsplorer 7, 8 and firefox. Problems ie 6 with horizontal menu, any suggestions??
anyway any general comments or ways to improve page loading ect much appreciated.
also, how to make urls refer to www.novadetox.co.uk without trailing slash /[/B]
as at the moment i think if you type the url with the trailing / slash it dosnt redirect.
at the moment ive got in my .htaccess file
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://novadetox.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://novadetox.co.uk$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.novadetox.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.novadetox.co.uk$ [NC]
RewriteEngine On
# Force all URLs to begin with 'www'
RewriteCond %{HTTP_HOST} ^novadetox.co.uk [NC]
RewriteRule ^(.*)$ http://www.novadetox.co.uk/$1 [L,R=301]
# Redirect any requests to index.html to /
RewriteCond %{THE_REQUEST} ^.*/index.html
RewriteRule ^(.*)index.html$ http://www.novadetox.co.uk/$1 [R=301,L]
thanks in advance lee
custom Actinic menus from Malcolm at tod design.
Few problems, seems to load ok in interent exsplorer 7, 8 and firefox. Problems ie 6 with horizontal menu, any suggestions??
anyway any general comments or ways to improve page loading ect much appreciated.
also, how to make urls refer to www.novadetox.co.uk without trailing slash /[/B]
as at the moment i think if you type the url with the trailing / slash it dosnt redirect.
at the moment ive got in my .htaccess file
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://novadetox.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://novadetox.co.uk$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.novadetox.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.novadetox.co.uk$ [NC]
RewriteEngine On
# Force all URLs to begin with 'www'
RewriteCond %{HTTP_HOST} ^novadetox.co.uk [NC]
RewriteRule ^(.*)$ http://www.novadetox.co.uk/$1 [L,R=301]
# Redirect any requests to index.html to /
RewriteCond %{THE_REQUEST} ^.*/index.html
RewriteRule ^(.*)index.html$ http://www.novadetox.co.uk/$1 [R=301,L]
thanks in advance lee