Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 03-13-2010, 01:17 PM   #1
Advanced Warrior
War Room Member
 
Brandon Tanner's Avatar
 
Join Date: Jul 2006
Location: USA
Posts: 1,612
Thanks: 92
Thanked 385 Times in 116 Posts
Default Any htaccess / mod rewrite pros around?

Hey guys,

Got a little mod rewrite question I can't quite figure out. I'm trying to setup my htaccess file so that whenever someone accesses a particular webpage that contains a query string in the URL, it will display just the part of the URL before the query string.

For example, whenever this webpage is accessed...

www.mywebsite.com/pageX.php?name=john

...I want it to display the following URL in the address bar...

www.mywebsite.com/pageX.php

I did some web research and figured out how to get mod_rewrite to hide the query strings for *all* pages on my site, but what I want is to do this for *only* 1 page on my site (pageX.php).

Any ideas?

Brandon Tanner is offline   Reply With Quote
Old 03-13-2010, 05:58 PM   #2
Personal hygiene coach
 
mojojuju's Avatar
 
Join Date: Aug 2005
Location: Potemkin Village
Posts: 1,084
Thanks: 268
Thanked 377 Times in 254 Posts
Social Networking View Member's Twitter Profile 
Default Re: Any htaccess / mod rewrite pros around?

This should do it...

RewriteEngine On
RewriteCond %{QUERY_STRING} .
RewriteRule ^pageX.php(.*)$ http://www.YourDomain.com/pageX.php$1? [R=301,L]
mojojuju is online now   Reply With Quote
Old 03-13-2010, 06:40 PM   #3
Advanced Warrior
War Room Member
 
Brandon Tanner's Avatar
 
Join Date: Jul 2006
Location: USA
Posts: 1,612
Thanks: 92
Thanked 385 Times in 116 Posts
Default Re: Any htaccess / mod rewrite pros around?

Quote:
Originally Posted by mojojuju View Post
This should do it...

RewriteEngine On
RewriteCond %{QUERY_STRING} .
RewriteRule ^pageX.php(.*)$ http://www.YourDomain.com/pageX.php$1? [R=301,L]
Thanks, mojojuju! Works great

Brandon Tanner is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Tags
htaccess, mod, pros, rewrite

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 10:10 PM.