Nathan Keen
07-08-2009, 11:56 PM
I recently have redone a website for someone and so the folder names have been changed, so I used a htaccess file like so:
RewriteEngine On
RewriteRule ^html/P/13/B/112/(.*)$ http://www.saltshakers.org.au/index.php?option=com_content&view=article&id=83:tasmania&catid=37:parliaments-and-mps$1 [R=301,NC]
This works fine in firefox -- go to www.saltshakers.org.au/html/P/13/B/112/ (http://www.saltshakers.org.au/html/P/13/B/112/) and it redirects perfectly to the parliaments and mps tasmania page.
Do that same link in Ie7, and it does not work - it displays its own internal error page.
That seems really weird as as I read other documents I see that htaccess files are server side issues, not browser related.
Now, other info which may be helpful:
I have nameservers pointed to day3hosting, but dns A record to my shared host ip on bluehost, such that saltshakers.org.au is actually saltshakers.agap3.com
Any help appreciated.
RewriteEngine On
RewriteRule ^html/P/13/B/112/(.*)$ http://www.saltshakers.org.au/index.php?option=com_content&view=article&id=83:tasmania&catid=37:parliaments-and-mps$1 [R=301,NC]
This works fine in firefox -- go to www.saltshakers.org.au/html/P/13/B/112/ (http://www.saltshakers.org.au/html/P/13/B/112/) and it redirects perfectly to the parliaments and mps tasmania page.
Do that same link in Ie7, and it does not work - it displays its own internal error page.
That seems really weird as as I read other documents I see that htaccess files are server side issues, not browser related.
Now, other info which may be helpful:
I have nameservers pointed to day3hosting, but dns A record to my shared host ip on bluehost, such that saltshakers.org.au is actually saltshakers.agap3.com
Any help appreciated.