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 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.
what version are you using? my htaccess for 3.05 has different cat rewite rule RewriteRule ^(.*)$ index.php [QSA,L] phpld forum should be able to help you
There could be two lines in your htaccess file that try to tell php to turn some thing off comment out those two lines and you should be golden.
I'm using v 2 And this is what my htaccess looks like: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php [QSA,L]
are you using phpld under Linux? Windows IIS doesn't support url rewrite (only by a 3rd party ISAPI extension) nor the .htaccess configuration so this may be your problem