If I can not control the httpd.conf file for the Apache Web Server, my domain
name is ctresearch.ccf.org, and I have to access Zend Framework MVC Demo
through following url:


ctresearch.ccf.org/DataEntry/zfgrid/document_root/

I put .htaccess under document_root directory and it has following contents:
RewriteEngine on
RewriteBase /DataEntry/zfgrid/document_root/
RewriteRule !\.(pdf|php|js|ico|txt|gif|jpg|png|css|rss|zip|tar\.gz)$
index.php

When I try to access MVC Demo codes, only following url works well:
http://ctresearch.ccf.org/DataEntry/zfgrid/document_root/index/index

The link
http://ctresearch.ccf.org/DataEntry/zfgrid/document_root/grid/show/table/Patient
does not work. Can anyone give me some help? Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/htaccess-file-tf4238673s16154.html#a12060668
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to