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
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!!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.