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

blogman9 03-11-2006 08:20 AM

.htaccess gurus
 
I have problem, with my .htaccess file :(

Code:

RewriteRule ^([_0-9a-zA-Z-]+)/ /index.php [L]
This file catch-all traffic and send to /index.php, but I have directory /myphotos and if I want to this catalog go then htaccess redirect me to /index.php. What i must to do, if I want to catch-all traffic without my directory ?

Anothers 03-11-2006 08:44 AM

Code:

RewriteRule ^myphotos/ - [L]
RewriteRule ^([_0-9a-zA-Z-]+)/ /index.php [L]


blogman9 03-11-2006 02:46 PM

thanks :) :)


All times are GMT -7. The time now is 09:59 AM.

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