Thread: Seo
View Single Post
07-02-2007, 03:16 AM
#13
Dark_Prince11 is offline Dark_Prince11
Status: Member
Join date: Apr 2007
Location: Deer Park, NY
Expertise:
Software:
 
Posts: 123
iTrader: 0 / 0%
 

Dark_Prince11 is on a distinguished road

Send a message via AIM to Dark_Prince11 Send a message via MSN to Dark_Prince11

  Old

Originally Posted by Seraskier View Post
I've been looking around...didnt really learn much...

what if i wanted to change...
profile.php?id=2254679
into
profile/2254679
Okay, first step create a file called .htaccess. And then goto Open With > Dreamweaver or whatever editor you use. Than post the following code,

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^profile/(.*)(/)?$ profile.php?id=$1

Now I put the wildchar because I don't know whats the maximum number of integerers you can have or if you can have letters with it. You could of course control it using specific characters and what not.