GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   .htaccess URL Rewrite (https://gfy.com/showthread.php?t=710407)

HomeFry 02-28-2007 12:36 PM

.htaccess URL Rewrite
 
Can someone post the .htaccess code that will rewrite the following URL:
http://www.site.com/dir/dir/xxxxx

TO

http://www.site.com/dir/dir/index.php?var=xxxxx

I'm not looking to redirect, I would like the URL to stay as the first example.

Here's what I have, but for some reason it doesn't work.

Code:

Options +FollowSymlinks
 RewriteEngine on
 RewriteRule ^dir/dir/([0-9]+)-([a-z]+) index.php?var=$1 [nc]

Any help is appreciated.

Thanks.

HomeFry 02-28-2007 12:41 PM

Anyone??

HomeFry 02-28-2007 01:31 PM

Anyone at all?

Brad Gosse 02-28-2007 01:52 PM

Redirect /dir/dir/xxxxx/ http://www.site.com/dir/dir/index.php?var=xxxxx

Brad Gosse 02-28-2007 01:52 PM

oops nevermind read that u don't want the redirect sorry

Damian_Maxcash 02-28-2007 01:55 PM

I am not sure I should be giving this little gem away......

OK, I am in a good mood :)

http://www.mod-rewrite-wizard.com/

EDIT: oh....I read it wrong as well.... I will leave the link though.

HomeFry 02-28-2007 02:10 PM

Quote:

Originally Posted by damian2001 (Post 11989030)
I am not sure I should be giving this little gem away......

OK, I am in a good mood :)

http://www.mod-rewrite-wizard.com/

EDIT: oh....I read it wrong as well.... I will leave the link though.

Actually, I can use this method also. Thanks for the help / link!

BigBen 02-28-2007 05:31 PM

Code:

RewriteEngine on
RewriteRule ^([A-Za-z0-9-]+)/?$ index.php?var=$1 [NC,L]

Put that in /dir/dir/.htaccess

Briscoe 02-28-2007 05:41 PM

Shame on anyone using .htaccess and mod_rewrite. The ultimate server slow-down.


All times are GMT -7. The time now is 07:31 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123