htaccess problem
Posted: Mon Oct 15, 2007 8:40 am
I find that the only way to get my blog to follow outbound links is to comment out these three lines from .htaccess
#RewriteRule ^index\.(html?|php.+) index.php?url=index.html [L,QSA]
#RewriteRule ^htmlarea/(.*) htmlarea/$1 [L,QSA]
#RewriteRule (.*\.html?) index.php?url=/$1 [L,QSA]
If I don't then all outbound links just return instantly to my index.php
I have enabled mod_rewrite.
Any ideas why the above happens and what I can do about it?
Thanks
#RewriteRule ^index\.(html?|php.+) index.php?url=index.html [L,QSA]
#RewriteRule ^htmlarea/(.*) htmlarea/$1 [L,QSA]
#RewriteRule (.*\.html?) index.php?url=/$1 [L,QSA]
If I don't then all outbound links just return instantly to my index.php
I have enabled mod_rewrite.
Any ideas why the above happens and what I can do about it?
Thanks