Hi,

I have a file directory, which contains .html pages, which should be
accessed without passing by MVC model Controller/Action.

The url looks like this:
http://xyz.com/public/miv/files/reports/histo-report-2009-03-05.html

Currently I have the following exception with the URL above:
Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with
message 'Invalid controller specified (files)'

I tried to asdd a rule in .htaccess,
but it doesn't resolve the problem, maybe I did something wrong ...

RewriteEngine on
RewriteCond %{REQUEST_URI} !files/*
RewriteRule .* index.php
php_flag magic_quotes_gpc off
php_flag register_globals off


-- 
View this message in context: 
http://www.nabble.com/.htaccess---avoid-request-to-go-to-controller-tp22351830p22351830.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to