.htaccess mod rewrite help please asap!
Posted: Wed Aug 18, 2010 3:49 pm
Hi all not been here for a while.
I have an issue, my website is working when i do this http://www.mydomain.com/index.html
but if i got http://www.mydomain.com i just get a blank white page.
same with mydomain.com/index.html works fine
but mydomain.com gives a blank white page
if i try mysubdomain.mydomain.com it works just fine.
any ideas?
Thanks in advance.
I have been using mod rewrite and it has all been working fine for ages.
What could have happened?
I checked my DNS and evrything is the same.
is there a RewriteRule i could use for mydomain.com/ to mydomain.com/index.html without messing up my other Rules?
WOW i just noticed this is only in FF3, and IE8, Opera works
I have an issue, my website is working when i do this http://www.mydomain.com/index.html
but if i got http://www.mydomain.com i just get a blank white page.
same with mydomain.com/index.html works fine
but mydomain.com gives a blank white page
if i try mysubdomain.mydomain.com it works just fine.
any ideas?
Thanks in advance.
I have been using mod rewrite and it has all been working fine for ages.
What could have happened?
I checked my DNS and evrything is the same.
Code: Select all
//.htaccess
RewriteEngine on
RewriteBase /
RewriteRule ^(.*)_([0-9]+).html$ item.php?itemID=$2 [L]
RewriteRule ^(.*).html$ $1.php [L]
RewriteRule ^sitemap.xml$ sitemap.php [L]
RewriteRule ^rss.xml$ rss.php [L]
WOW i just noticed this is only in FF3, and IE8, Opera works