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)
-   -   Anyone know of a good mod_rewrite tutorial that even an idiot like me can understand? (https://gfy.com/showthread.php?t=606488)

Damian_Maxcash 05-06-2006 03:48 AM

Anyone know of a good mod_rewrite tutorial that even an idiot like me can understand?
 
The ones I have found are all written in ancient geek

Anyone know of a mod_rewrite for dummies site?

Thanks

darksoul 05-06-2006 03:54 AM

mod_rewrite is a powerful tool and the things you can do with it are endless.
I doubt theres a complete manual for it. not even the one from apache.org
You'd be better deciding what you want to do with it and then search
for documentation on that specific thing.

chupachups 05-06-2006 04:00 AM

This "usually" works:

http://news.bbc.co.uk/olmedia/101000...grammer300.jpg

woj 05-06-2006 04:19 AM

Probably post what you are trying to acomplish, I'm sure some people will give you some pointers...

Damian_Maxcash 05-06-2006 05:03 AM

Quote:

Originally Posted by woj
Probably post what you are trying to acomplish, I'm sure some people will give you some pointers...

Good idea :)

I just need to convert dynamic php urls to domain.com/gallery/pics/user type urls.

Marshal 05-06-2006 05:18 AM

bump for you...

polish_aristocrat 05-06-2006 05:47 AM

i am looking for an easy html tutorial :(

teksonline 05-06-2006 01:54 PM

somewhat of an example

RewriteRule ^/gallery/(.*)/(.*)/index.html index.php?picsdir=$1&user=$2 [QSA,L]

will redirect the url say
http://gallery/pics/user/index.html and run index.php script
with picsdir = pics and user = user

the first (.*) = $1
the 2nd (.*) = $2


Teksonline is CURRENTLY available for hire. Need a task or site done?
You can hire me, ICQ 48721721

Quickdraw 05-06-2006 02:15 PM

Here is a form you can try.
http://www.webmaster-toolkit.com/mod...enerator.shtml


All times are GMT -7. The time now is 09:04 PM.

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