Jump to content

.htaccess will not listen!


Patrick3002

Recommended Posts

Hi, right now in my .htaccess file that is located in C:\Program Files\Apache Group\Apache2\public_html along with lyric.php and all of my other files to my website.

 

When i put this rewrite rule in my .htaccess file, what i want to happen doesn't happen.

 

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

 

What im trying to do is, if you type in:

http://lyricdbonline.com/patrick3002    --It will simply redirect you to:

 

http://lyricdbonline.com/lyric.php?uname=patrick3002

 

 

Any ideas?

Link to comment
https://forums.phpfreaks.com/topic/55996-htaccess-will-not-listen/
Share on other sites

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.