I'm just testing a server for ZF friendliness and have a horrible feeling that this is an obvious one, but I'm having no fun trying to figure out how to get the redirect working properly under the following:

url: http://www.domain.org/~username/

My .htaccess is the standard:

RewriteEngine On
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php

The result is a 404:

Not Found
The requested URL /home/username/public_html/index.php was not found on this server.

However, that is in fact the correct location for the bootstrap file.

This is on a VPS/Cpanel/WHM server if that is of significance.

Thanks,

Nick



Reply via email to