Apache Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsSystem AdministrationApache Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 13th, 2012, 09:30 AM
newbornultra newbornultra is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2011
Posts: 37 newbornultra User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 33 m
Reputation Power: 2
mod_rewrite - 404 Not Found for RewriteRule

Hello,
I want to get some basic RewriteRules setup for a htaccess file. They are going to be redirected to one single page, and the content generated depending on the get parameters.

Eg localhost.test/index.php?page=test becomes localhost.test/test/ and localhost.test/index?page=another becomes localhost.test/another.

My PHP script works when I use the long URL's but I get 404 Not Found when I type in the short URLs.

My htaccess file, created in notepad and encoded in ANSI:
Code:
Options +FollowSymlinks -MultiViews
RewriteEngine On

RewriteRule ^test$ index.php?page=test [NC]


Apache access log:
Code:
127.0.0.1 - - [13/Feb/2012:15:22:44 +0000] "GET /test/ HTTP/1.1" 404 203
127.0.0.1 - - [13/Feb/2012:15:22:44 +0000] "GET /favicon.ico HTTP/1.1" 404 209



Apache error log:
Code:
[Mon Feb 13 15:22:44 2012] [error] [client 127.0.0.1] File does not exist: E:/Documents/test_web/test
[Mon Feb 13 15:22:44 2012] [error] [client 127.0.0.1] File does not exist: E:/Documents/test_web/favicon.ico


Would appreciate any help for this.

Cheers,

Reply With Quote
  #2  
Old March 11th, 2012, 10:45 AM
jharnois's Avatar
jharnois jharnois is offline
mod_dev_shed
Dev Shed God 20th Plane (14500 - 14999 posts)
 
Join Date: Sep 2002
Location: Atlanta, GA
Posts: 14,817 jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level)jharnois User rank is General 2nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 4 Days 7 h 14 m 56 sec
Reputation Power: 1098
Does requesting index.php?page=test show you what you want? That's the first step.

Did you request /test or /test/ ? Your regular expression doesn't match /test/, so that would result in a 404, whereas /test should match.
__________________
# Jeremy

Explain your problem instead of asking how to do what you decided was the solution.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationApache Development > mod_rewrite - 404 Not Found for RewriteRule

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap