Jump to content

mod_rewrite newbie needs help


kid_drew

Recommended Posts

Ok, so I have a bunch of php files in my pub directory with an index.php file that accesses them all.  That's all fine and dandy.  What I want to do is rewrite urls so that people can access the site using www.xxxxxx.com/links instead of www.xxxxxx.com/links.php.  I have the following line in my .htaccess file:

RewriteRule ^(.*)/?$ index.php?p=$1

And it barfs all over the place.  Index.php is designed to take 'p' from the query string and append ".php" to the end and load that page.  The pages don't actually load, so the rewrite doesn't appear to be working.  As a test, I echo $_GET['p'] to the screen and it returns "index.php".  And my css and images are not loading.  WTF am I doing wrong?
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.