I am trying to make phpld SEO friendly. I did find a post on phplinkdirectory called SEO friendly search mod, but the link that is given for the tutorial is password protected. Can any of you directory owners tell me how you did this??
I just tried your advice, and hovering over a link, it seems to be working, but clicking anything on my directory now gives me this error message:
Thats the solution , phpld is already seo friendly, just be careful to do not use dynamic urls ?c=11455 stuff.
thanks guys, somehow i got it working... if it helps anyone, here's what i did, enable url rewrite in admin panel, .htaccess file RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule .* index.php [QSA,L] Code (markup): i think thats it, not sure how it fixed my 400 error, but there it is...
wonderful Mr. Smith, I just copied and paste it, and within a second its working for me, nice threads and 100% helpful