Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-10-2012, 06:10 PM   PM User | #1
doubledee
Regular Coder

 
doubledee's Avatar
 
Join Date: Mar 2011
Location: Arizona
Posts: 617
Thanks: 19
Thanked 0 Times in 0 Posts
doubledee has a little shameless behaviour in the past
Pretty URL for Member Profile

This is the default page for DoubleDee's Profile...

http://local.debbie/account/profile.php?user=DoubleDee&tab=about-me


I want to be able to type in a Pretty URL like this...

http://local.debbie/account/profile/DoubleDee/about-me


So I added this line into my root .htaccess...

RewriteRule account/profile/([a-zA-Z0-9_.-]+)$ account/profile.php?user=$1&tab=about-me


It was working yesterday but now isn't?!

(Someone gave me some mod_rewrites to use which didn't work, so I commented them out, but now I wonder if they broke something?!)

Any idea what I did to mess things up?


Debbie
doubledee is offline   Reply With Quote
Old 05-10-2012, 10:04 PM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,650
Thanks: 4
Thanked 2,451 Times in 2,420 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
This pattern doesn't match the url in question.
It may be better to capture both:
PHP Code:
account/profile/([^/]+)/([^/]+)$ account/profile.php?user=$1&tab=$[L
Something doesn't smell right with that and I can't put my finger on it. I can't test it here either so you'll have to give it a shot.
Fou-Lu is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:37 AM.


Advertisement
Log in to turn off these ads.