Jump to content

[SOLVED] .htaccess problems....


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.

 

Code:

 

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/56158-solved-htaccess-problems/
Share on other sites

I aprreciate it so much lol... in the httpd.conf there was a # before the loadmodule rewrite haha. and the allowoverride was not set to all

 

I have fixed it and stuff is working...half way

 

When i go to http://lyricdbonline.com/patrick3002 it does wat i want...

 

But, when i go to http://lyricdbonline.com/b/badd it takes away all of my css and changes the dir so that when i click a link, it has http://lyricdbonline.com/b/find.php and it doesn't exist, the real link should be http://lyricdbonline.com/find.php

 

 

Thanks for helping me!!

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.