Hey everyone I am looking for someone who can edit my code to make it more SEO friendly, Also I'm having trouble changing <title> tags, as I'm using static php includes. URL: http://www.divxnaruto.com Any help would be much appreciated.
Hi There, Add this to your .htaccess: Options +FollowSymlinks RewriteEngine on RewriteRule ^1/([^/]+) /index.php?id=$1.html [NC] Code (markup): This will make your urls like this: http://www.domain.com/1/myfile/ which is actually: http://www.domain.com/index.php?id=myfile.html I don't know how I can help you on your title issue without seeing your code.