1. Win 7 Ultimate 32bit
2. WampServer 3.0.8 32 bit
3. Apache Version 2.4.23
4. PHP Version 5.6.25
5. MySQL Version 5.7.14
6. Green
7. Hosts file:
127.0.0.1 localhost
::1 localhost
8. Yes
9. Yes
10. You don't have permission to access /mis:8080/index.php on this server
11. MS Essentials, Windows Firewall
12. C:\wamp\
13.
<VirtualHost *:8080>
ServerName mis
DocumentRoot "c:/wamp/www/mis"
<Directory "c:/wamp/www/mis/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
----------------------------
I'm trying to access a site I created on a PC in the same LAN as my WampServer. On the machine that has WampServer installed, everything works fine. But on another PC in the same LAN, when I type in the URL: mis:8080 I can see the homepage and I have access to everything in the backend of my site, but when I click on other links in the frontend of the site it gives the 403 forbidden error.
2. WampServer 3.0.8 32 bit
3. Apache Version 2.4.23
4. PHP Version 5.6.25
5. MySQL Version 5.7.14
6. Green
7. Hosts file:
127.0.0.1 localhost
::1 localhost
8. Yes
9. Yes
10. You don't have permission to access /mis:8080/index.php on this server
11. MS Essentials, Windows Firewall
12. C:\wamp\
13.
<VirtualHost *:8080>
ServerName mis
DocumentRoot "c:/wamp/www/mis"
<Directory "c:/wamp/www/mis/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
----------------------------
I'm trying to access a site I created on a PC in the same LAN as my WampServer. On the machine that has WampServer installed, everything works fine. But on another PC in the same LAN, when I type in the URL: mis:8080 I can see the homepage and I have access to everything in the backend of my site, but when I click on other links in the frontend of the site it gives the 403 forbidden error.