1
Mods & Plugins (Releases & Support) / Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« on: July 17, 2008, 09:10:11 AM »1)open the .htaccess file and add the lines to the .htaccessCode: [Select]RewriteEngine On
#RewriteBase /
RewriteRule ^cat-(.*)-([0-9]+).htm categories.php?cat_id=$2&%{QUERY_STRING}
#Mod_bmollet : Image name in URL
RewriteRule ^img-(.*)-([0-9]+).htm details.php?image_id=$2&%{QUERY_STRING}
#Mod_bmollet : This is to make search function work ( redirect links from search results )
RewriteRule ^search\.htm$ search.php?%{QUERY_STRING}
RewriteRule ^search\.([0-9]+)\.htm$ search.php?page=$1&%{QUERY_STRING}
Do u mean.. .htaccess in public_html/.htacess ?
i juz need to paste this code below the file right? bit im getting 404 error