On 07/22/2010 10:50 PM, Simone Caruso wrote:
On 22/07/2010 19:31, Fredric Fredricson wrote:
> Hi all,
> I am working on a small REST-based web service that I write in php.
> I have a single PHP-script and I want Apache to route all requests
to a specific location and below to my php script.
>
On 22/07/2010 19:31, Fredric Fredricson wrote:
> Hi all,
> I am working on a small REST-based web service that I write in php.
> I have a single PHP-script and I want Apache to route all requests to a
specific location and below to my php script.
>
did u try mod_rewrite?
RewriteRule ^(.*)$ /YOURS
Hi all,
I am working on a small REST-based web service that I write in php.
I have a single PHP-script and I want Apache to route all requests to a
specific location and below to my php script.
This is how I did it:
Order allow,deny
Allow from all
Order deny,allow