iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-13-2005, 01:04 PM
WebProWorld Pro
 
Join Date: Feb 2004
Location: England Baby!
Posts: 216
icb01co2 RepRank 0
Default I Hate mod_rewrite!!!

Hi all,

I have the following rules in my .htaccess file.

RewriteEngine on


RewriteRule ^Article/([^/]+)/([0-9]+)?$ /Article.php?Chief=$1&ArticleID=$2 [R,L]
RewriteRule ^Catagory/([^/]+)/([^/]+)?$ /Catagory.php?Chief=$1&Catagory=$2 [R,L]
RewriteRule ^SubCatagory/([^/]+)/([^/]+)/([^/]+)?$ /Articles.php?Chief=$1&Catagory=$2&SubCatagory=$3 [R,L]
RewriteRule ^([^/]+)/Homepage.html$ /MainPage.php?Chief=$1 [R,L]


still passing either of these doesn't work:


http://www.chiefos.com/Article/Deadman/2
http://www.chiefos.com/Catagory/Deadman/Music

Any thoughts?

Chris.
Reply With Quote
  #2 (permalink)  
Old 05-18-2005, 01:04 AM
WebProWorld MVP
WebProWorld MVP
 
Join Date: Jul 2004
Location: Omaha
Posts: 2,714
brian.mark RepRank 3brian.mark RepRank 3
Default Sure...

It appears you're trying to do relative URLs in the rewrite rule. The right side of the rule needs to be the full URL, as follows:

Code:
RewriteEngine On
RewriteRule Article/([^/]+)/([0-9]+)?$ http://www.chiefos.com/Article.php?Chief=$1&ArticleID=$2 [R,L]
EDIT: Didn't notice the URL's

Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On



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



Search Engine Optimization by vBSEO 3.3.0