cbolts
05-31-2006, 12:26 AM
Hi,
I have installed phpLD on two sites now, and I am having the same problem on both.
When I turn on my SEO friendly links, I get a 500 internal error. Is anyone familiar with this?
Heres the link to my site www.bloggingabroad.com (http://www.bloggingabroad.com)
Just click on any category and you will see what i am talking about.
and heres my htaccess file which looks good to me
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
Any help is much much MUCH appreciated.
I have installed phpLD on two sites now, and I am having the same problem on both.
When I turn on my SEO friendly links, I get a 500 internal error. Is anyone familiar with this?
Heres the link to my site www.bloggingabroad.com (http://www.bloggingabroad.com)
Just click on any category and you will see what i am talking about.
and heres my htaccess file which looks good to me
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
Any help is much much MUCH appreciated.