Hi, I'm quite new to PHP, but a programmer since 15 years.
I download and installed Zend Framework, I have some doubts about alias tags
and mod_rewite, beacuse I get an error when I try to test de framework.
But first of all I want to make sure that I have installed ZF correctly.
I have a windows box with xamp,
the docuementroot in httpd.conf is something like : c:\program
files\xamp\apache\htdocs,but I use alias because I have another dir for root
, c:\inetpub\wwwroot, I DON'T HAVE IIS.
In every alias tag I put "AllowOverride All", and I have the mod_rewite
enabled,
if my appdir in zf is : c:\inetpub\wwwroot\testzfapp, and html dir is
:c:\inetpub\wwwroot\testzfhrml, and I have an alias like
Alias "/TestZF" "c:\inetpub\wwwroot\testzfhrml"
<Directory "c:\inetpub\wwwroot\testzfhrml">
AllowOverride All
etc...etc.etc
</Direcdtory>
What mus be write in .htaccess ( the one that is in testzfhtml ) ??
Best Reagrds
Nicolas