Hello,
I have Webserv on my local computer.
In httpd.conf I defined ports to open (in webbrowser) my local sites (fe. `
<VirtualHost *:81>
DocumentRoot / ServerName localhost:81
</VirtualHost>
<VirtualHost *:82>
DocumentRoot / ServerName localhost:82
</VirtualHost>
etc.
While I had Windows XP everything works fine. When I installed Windows 7, and made same configuration as above .htaccess files located in other (I call it from other port than 80) folder than my main localhost (port 80) are not working.
F.e.
address ` is working fine - it shows site in folder / (there is index.php in this folder)
address ` is working fine - in htaccess located in / is rule for rewrite this adres to subsite.php (located in /
address ` is working fine - it shows site in folder / (there is index.php in this folder)
address ` isn't working - in htaccess located in / is rule for rewrite this adres to subsite.php (located in / - htaccess for this site isn't working
I have Webserv on my local computer.
In httpd.conf I defined ports to open (in webbrowser) my local sites (fe. `
<VirtualHost *:81>
DocumentRoot / ServerName localhost:81
</VirtualHost>
<VirtualHost *:82>
DocumentRoot / ServerName localhost:82
</VirtualHost>
etc.
While I had Windows XP everything works fine. When I installed Windows 7, and made same configuration as above .htaccess files located in other (I call it from other port than 80) folder than my main localhost (port 80) are not working.
F.e.
address ` is working fine - it shows site in folder / (there is index.php in this folder)
address ` is working fine - in htaccess located in / is rule for rewrite this adres to subsite.php (located in /
address ` is working fine - it shows site in folder / (there is index.php in this folder)
address ` isn't working - in htaccess located in / is rule for rewrite this adres to subsite.php (located in / - htaccess for this site isn't working