hello before i start its best to learn so here i am if you could take a look at www.home-loaninfo.com the links are like this index.php?done=what-home-equity-loan.htm i want my links to look like www.home-loaninfo.com/page.htm can a mod rewrite cut out all the crap? if so could someone give me the code needed and let me know were i place it as i belive it goes into the .htaccess file but want to get this write thanks everyone!
domain.com/.htaccess Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^(.*).htm$ index.php?done=$1.htm [L]
i copyed Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^(.*).htm$ index.php?done=$1.htm [L] into my .htacess and nothing changed... do i need to change the way i make my links?? again im new.. help nintendo!
Yes, you need to change the links.... http://www.home-loaninfo.com/home-loan.htm and http://www.home-loaninfo.com/index.php?done=home-loan.htm are the same. Just take out index.php?done= in the links.