Jump to content

[SOLVED] how to run wampsever using ipaddress?


chennaibala

Recommended Posts

hi frds...

  my wampserver were installed in other machine in lan .how to run my wampserver using ipaddress?

i.e wamp sever instaled in 152.200.10.10 and port 80,

while i run,

 

http://152.200.10.10

 

output

 

it showing http 403(forbidden)

and say your not authorized to see these page...

 

did i want change any parameter in httpd.conf file or php.ini file?..urgent...thanks in advance

Link to comment
Share on other sites

thanks daniel..

i changed parameter..as below

 

ServerName localhost:80

 

#

# DocumentRoot: The directory out of which you will serve your

# documents. By default, all requests are taken from this directory, but

# symbolic links and aliases may be used to point to other locations.

#

DocumentRoot "d:/wamp/www/"

 

#

# Each directory to which Apache has access can be configured with respect

# to which services and features are allowed and/or disabled in that

# directory (and its subdirectories).

#

# First, we configure the "default" to be a very restrictive set of

# features. 

#

<Directory />

  Order Allow,Deny

    Allow from all

   

</Directory>

 

 

still not working...

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.