Hi,
I'm frustrated, a spent a day finding solution, but problem still not fixed. I have new home PC with Win7. I installed Apache 2.2 and PHP, it works, some pages from my developmet works fine, but some is not showed. In Apache error log I get something like this
client denied by server configuration: C:/web/My Webs/lomnice_2011/.htaccess, referer: http://localhost/
In apache conf I have
<Directory />
Options All Indexes FollowSymLinks
AllowOverride All
Order deny,allow
Deny from none
</Directory>
<Directory "C:/web/My Webs">
Options All Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Another strangely is - for example - url
http://localhost/BeCart_ES/index.php?route=product/category&path=18
works, and
http://localhost/BeCart_ES/index.php?route=product/category&path=20
doesn't work an page is not showed..
I use another 2 computers, laptop with WinXP and PC in my occupation, both have the same apache configuration files as in my new pc, and everything works without problems. Does anyone know, where is problem ?
Thanks Milan