problem with mod_rewrite

This is a discussion on problem with mod_rewrite within the Apache Web Server forums, part of the Web Server and Related Forums category; hi there, I've tried to rewrite a rule with mod_rewrite module but it doesn't work. I followed many ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-28-2004
Sousa
 
Posts: n/a
Default problem with mod_rewrite

hi there,
I've tried to rewrite a rule with mod_rewrite module but it doesn't work.

I followed many tutorials to do that; now, the steps that I use are:

- decomment the module rows on httpd.conf file

LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c

- create an alias and allowoverride in all

Alias "/rewrite/" "D:/archivio/php/rewriting/"
<Directory "D:/archivio/php/rewriting">
Options Indexes FollowSymLinks Includes
AllowOverride All
#Order allow,deny
Allow from all
</Directory>

- create a .htaccess in the directory D:/archivio/php/rewriting that contains the rows

RewriteEngine On
RewriteRule productinfo/([0-9]+) productinfo.php?id=$1

- productinfo.php file with echo $id; just to test.

So, now it should be able to rewrite pointing my browser to http://localhost/rewrite/productinfo/123

but, as I said, it doesn't. And return

Bad Request
Your browser sent a request that this server could not understand.

Apache/1.3.24 Server at localhost Port 80

Any suggestion? I use easyphp 1.6 w apache 1.3.24 on win XP Pro

thanx

--
Sousa - http://laBoratorio.sousa.it/


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:13 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0