Hey, i have phpld directory at http://linksfusion.com and i want to make the links SEO friendly. Does anybody knows how to use the rewrite function in PHPLD 2.1? thanks
An0n has this mod http://forums.digitalpoint.com/member.php?u=21186 not 100% sure on the price but I think its around $20
to rewrite your urls no there isnt anything ive seen, but $20 are you that cheap? its for a directory I guess it isnt quality
You can find the free version here http://blog.rakcha.com/2007/05/03/phpld-seo-friendly-details-pages/
I just read the guide but seems that my link.tpl and top-bar.tpl don't have the code that needs to be changed
tfusion, why just not buy a phpld 3.2 for $25, there you have everything http://www.phplinkdirectory.com
Because i dont have the money Im finding a way to get that ammount. And... what i meant with link rewrite is that i wanted to rewrite the: -Links details page (E.g. http://linksfusion.com/category/free-directory.html ) -Categories (E.g. http://linksfusion.com/category/sub/ )
Ya it does, but it needs a .htaccess rewrite rule and i dont know which one is. If i dont put that in my .htaccess it will show page not found
Oh so add that in your .htaccess: The first 4 lines are needed but this make from youdomain.tld -> www.yourdomain.tld RewriteEngine On RewriteCond %{HTTP_HOST} ^yourdomain.tld$ RewriteRule ^(.*)$ http://www.yourdomain.tld/$1 [R=permanent,L] RewriteBase / ## Details Link Page Rewrite## RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule (.*)detail/link-(.*).html$ detail.php [QSA,NC] ## Pagination Rewrite RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule (.*)page-(\d+)\.html$ $1/?p=$2 [PT,NC] ## Category redirect RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)$ index.php$ [QSA,L] Code (markup): Hope it will work
Forget it... i will buy 3.2 in few hours. Do you know if i can transfer my 2.1 database easily to 3.2?
You just need to make backup of sql then delete all files from old phpld and reupload new, then go to install and follow the steps. After that everything should be working Dont forget to replace .htaccess with the new one!