Trying to create a RewriteRule with a ScriptAlias

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi.

Using Apache 2.0.59, I want to create a new RewriteRule outside the
DocumentRoot and modified my 'httpd.conf':
--------------
<VirtualHost mydomain>
       DocumentRoot /home/project/web
       ServerName mydomain
	ScriptAlias /foo/ /home/project/modules/foo/web
	<Directory "/home/project/modules/">
	   AddHandler application/x-httpd-php .php
	   RewriteEngine on
	   RewriteRule /foo/show/(.*) /bloggersnet/show.php?id=$1 [L,QSA]
	</Directory>
	<Directory "/home/project/web">
	</Directory
</VirtualHost>
---------------

But when accessing 'http://mydomain/foo/show/5' I get a 404 error
message ('http://mydomain/foo/show.php?id=5' works ok).

What am I doing wrong? Thank you very much

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux