PDA

View Full Version : URL Rewrite not working


ambience
03-12-2007, 06:38 PM
Installed version 2, all seem to work fine except the URL rewrite, I get 404 error when I browse categories after enabling URL rewrite.

Do I need a separate mod for this feature to work in version 2? Is this feature integrated into V3?

Please let me what I need to do to get Search Engine Friendly category browsing enabled. Thanks!

James
03-12-2007, 07:06 PM
an url would be nice. No seperate mod is needed.

Make sure you have mod_rewrite available to you on your server.

ambience
03-13-2007, 12:40 AM
hi Dawzz,

thanks for the reply.
can i PM you the url?

James
03-13-2007, 04:59 PM
sure thing

amitpatel_3001
03-13-2007, 06:01 PM
I think you need to give 777 permission to your htaccess file :o

Boby
03-13-2007, 06:07 PM
Probably 775 or 755, at least this is what I had to do on several servers where I installed phpLD.

James
03-13-2007, 06:40 PM
or lower it one. I have had to take it down low on some setups. That usually causes 500 errors not 404. You should never have to give your htacess world writable permissions. 775 yes 777 no

shadav
03-13-2007, 10:13 PM
actually you never want to give any files 777 that can be tampered with...because 777 allows anyone and everyone read, write and execution of that file/folder that you made 777....and that's not a good thing....major security risk....usually you want 755
gives you read,write and execute...and everyone else read and execute