changing out.php?id=1 to video-1-title-here.html in htaccess

Status
Not open for further replies.

Airkat

Banned
May 23, 2007
71
2
0
How would I take this type of link:

out.php?id=1

and change it to this:

%category%-&postid&-title-of-the-post.html

in htaccess

Anyone know how to do this?

Thanks
 


Unless you pass CATEGORY as an arguement, it is useless. If you are just going to do this in htaccess, you could do this:

RewriteEngine On
RewriteRule (.*)-(.*)-(.*).html out.php?id=$2

That would basically let you do...

WHATEVER-2-MOREJIBBERISH.html

And it would go to out.php?id=2

Jason
 
Yeah.. he's been confirmed and banned. Good catch.

Since he's so keen on continuing with his old habits and ripping people off still, his information will be publicly posted here in our new scammers section, so if anyone ever does a search on his email addies or name, Google will produce a link to us letting them know just what this fucker has been up to in the past.
 
wow cre8tiv, way to fuck up the rep of the real airkat.

airkat is an actual webdev and designer/coder on another webmaster forum (which cre8tiv is also a member of.. not for long though) and is very well respected and trustworthy. i informed him that this douche is slandering his name.

just a heads up to everyone incase you ever end up doing business with the actual airkat.

:D
 
Status
Not open for further replies.