mam problem tego typu, że postawiłem na windowsie serwer (zned server ce) i próbuję skonfigurować żeby działał na virtualhost pod domeną test.localhost
wszystko działa oprócz htaccessów i nie wiem do końca co robię źle.
konfiguracja virtuala wygląda tak:
Kod
<VirtualHost *:80>
ServerAdmin webmaster@test.localhost
DocumentRoot "C:\Program Files\Zend\Apache2/htdocs/test"
ServerName test.localhost
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "C:\Program Files\Zend\Apache2/htdocs/test">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
AccessFileName .htaccess
</VirtualHost>
ServerAdmin webmaster@test.localhost
DocumentRoot "C:\Program Files\Zend\Apache2/htdocs/test"
ServerName test.localhost
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "C:\Program Files\Zend\Apache2/htdocs/test">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
AccessFileName .htaccess
</VirtualHost>
będę wdzięczny za wszelką pomoc,
pozdrawiam