 |
Apache2Triad Help, Support and Development The apache2triad help , support and development forums
|
| View previous topic :: View next topic |
| Author |
Message |
Sebastiaan
Joined: 01 Aug 2007
Posts: 1
|
| Posted: Wed Aug 01, 2007 7:39 pm Post subject: mod_rewrite dusent work (404) |
|
|
I have on my server mod_rewrite install and he is running in the info.
And in the road map where I try to run my script sty these files:
.httaccess
test.php
This is the htaccess file:
Code: RewriteEngine On
RewriteBase /
RewriteRule ^test/(.*)/$ test.php?id=$1
And I get Error 404
Can anyone help me with this problem? |
|
| Back to top |
|
linux-don
Joined: 12 Jan 2006
Posts: 30
Location: New York
|
| Posted: Wed Oct 24, 2007 11:48 am Post subject: |
|
|
The first thing I notice is your htaccess file. I'm not sure if it was a typo during posting.. but it's supposed to be .htaccess (only one "t", not two :))
As far as the rewrite module.. I'm not to certain about that one.. |
|
| Back to top |
|
| |
|