Jump to content

mod_rewrite & DIR issues....


Patrick3002

Recommended Posts

My current rules:

 


RewriteEngine On

1. RewriteRule ^([A-Za-z0-9-]+)/?$ profile.php?uname=$1
2. RewriteRule ^(usr_lyrc)/([A-Za-z0-9-]+)/?$ lyric.php?uname=$2

3. RewriteRule ^(find)/([A-Za-z0-9-]+)/?$ find.php?pc=$1
4. RewriteRule ^(find)/([A-Za-z0-9-]+)/([A-Za-z0-9]+)/?$ find.php?pc=$1&q=$2
5. RewriteRule ^(artist)/([A-Za-z0-9-]+)-([^&]+).htm$ lyric.php?pc=$2&artist=$3 [L]

 

Rewrite rules 1 and 3 conflict with actual directorys listed in my root...

 

ex.

If a user types in http://lyricdbonline.com/patrick3002 i want it to take them to http://lyricdbonline.com/profile.php?uname=$uname

Also, if i type http://lyricdbonline.com/otherstuff then i want it to take me to the otherstuff DIR on my server, not http://lyricdbonline.com/profile.php?uname=$uname

 

Does anyone know a way around this?

Help is much appreciated!

Link to comment
https://forums.phpfreaks.com/topic/56328-mod_rewrite-dir-issues/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.