Ok, i optimized one of my sites and i want to know for a MORE seo friendly index.php to make it like a index.html so it can look friendly, or can i just redirect index.php to / so instead of index.php?action=forum it can be like /?action=forum ,, even though i removed the ? i know a lot about SEO but just don't know a lot about Apache lol.. Someone Please Help nvrmind i actually Did it MYSELF! RewriteEngine on Options +FollowSymlinks RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/ RewriteRule ^(.*)index\.php$ http://googleminigames.com/$1 [R=301,L] For Those Who Need it
I need to get my root to redirect to my index.php on vBulletin system, could osmeone help me by any chance?
Put the code i posted below in a file called .htaccess in your root folder if you dont have one , place that code in notepad or whatever text editor you use and save it as all files but with .htaccess and place it in your root folder should work now
You can use SEO modifications that do the job. For example SEO4SMF for SMF. But I guess this is a nice simple way to do the basics. If you search Google, there are plenty of other ways you can make you forum SEO friendly.