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)
-   -   mod_rewrite help.. (https://gfy.com/showthread.php?t=721735)

Turf 04-06-2007 07:43 AM

mod_rewrite help..
 
the idea is to have a htaccess file use mod_rewrite to rewrite the following..

http://www.somesite.com/any_dir_name_here/

to

http://www.somesite.com/show_me.php?..._dir_name_here

how to do that ?

Why 04-06-2007 07:53 AM

RewriteEngine On
RewriteRule ^([A-Za-z0-9-]+)/?$ show_me.php?$1 [L]



http://www.ilovejackdaniels.com/mod_...heat_sheet.png

Why 04-06-2007 09:28 AM

so, did it work?

Turf 04-06-2007 09:44 AM

will give it a try and let you know..

thank you for the help..

Turf 04-06-2007 09:45 AM

crap double post

Turf 04-06-2007 02:18 PM

hmm, doesnt look like it works no... 404 for some reason..

Turf 04-06-2007 02:26 PM

Quote:

Originally Posted by Turf (Post 12209938)
hmm, doesnt look like it works no... 404 for some reason..

works when the Any_dir_name is numbers but not with letters etc... any way to fix that ?

Meaty&Needy 04-06-2007 03:59 PM

Quote:

Originally Posted by Turf (Post 12209976)
works when the Any_dir_name is numbers but not with letters etc... any way to fix that ?

I think just (.*) instead of that ([A-Za-z0-9-]+) will do what you want. :2 cents:


All times are GMT -7. The time now is 03:47 AM.

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