View Full Version : Problem with latest phplinkdirectory script - Solved
westhaven
07-14-2005, 03:40 PM
Problem with latest phplinkdirectory script
I have installed the script here www.777media.com
now if i click on the category Arts & Humanities it says page not found.
what error is this?
AND i also noticed that when i turn on "Enable URL rewrite:=yes" then it gives me this error and if i turn it "no" then it works
David
07-14-2005, 03:58 PM
It could possibly be the ampersand. Could you try removing it please?
westhaven
07-14-2005, 04:13 PM
where can i remove ampersand?
David
07-14-2005, 04:15 PM
Arts & Humanities
Remove the & and see if it works, so we can see if that is the bug or even create a new main category that does not contain an &.
springdot
07-14-2005, 04:15 PM
If you go into the admin panel, and click on Directory - Categories, you can then edit each one....
try calling it "Arts and Humanities" instead...
Also, remember to fill in the URL Title as well...
westhaven
07-14-2005, 04:18 PM
thanks david now its working
my .htaccess file was empty there i placed this code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
and now its working
Cheers
David
07-14-2005, 04:19 PM
Great, glad you got it working. :)
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.