Jump to content

http 403 error


Recommended Posts

  • 2 weeks later...

Are you using localhost in the navigation bar?

If you want to view it from other computers on the network, you need to edit httpd.conf

 

Look in the file for something similar to what you would find in a .htaccess file.

Look for the following:

    #
    # Controls who can get stuff from this server.
    #
#   onlineoffline tag - don't remove
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1

 

And add the following:

    # This is your computers local area network address. 
    Allow from 10.0.0.0

Link to comment
https://forums.phpfreaks.com/topic/63587-http-403-error/#findComment-329083
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.