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

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

 

 

thankks alot for fast reply dani...ya it works fine when i run in same machine as http://localhost/myprojectname...

 

ya restart my server after chaing made in http.conf file..

 

yes i have read permission as on D:\wamp\www?..is there any problem from it dani..

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.