DDNS and how to access specific web folder ?
Posted by: tonysar (---.dsl.bell.ca)
Date: January 24, 2012 02:59AM

Hello.
I been using Wampserver for sometimes on windows xp . I have several web project that are running with wampserver for testing , debugging , design.

I have setup DDNS and I want to allow Internet users access only one specific web project ( folder ) and not other project on my web server.

I like to know , how i can do this ?

currently I modified httpd.conf section

# Controls who can get stuff from this server.
#

# onlineoffline tag - don't remove
Order Deny,Allow
Allow from all
Allow from 127.0.0.1

from deny from all to allow from all , and this allows everyone to access wampserver configuration page which list all directory under www. and etc.

any information would be great.

i don't have experience with apache , thats why i use wampserver, so please gentle push to right direction would be appreciate.
Thanks.

Options: ReplyQuote
Re: DDNS and how to access specific web folder ?
Posted by: scarabaeus (---.midsouth.biz.rr.com)
Date: January 24, 2012 04:02AM

check last post to this thread.
[forum.wampserver.com]

Options: ReplyQuote
Re: DDNS and how to access specific web folder ?
Posted by: tonysar (---.dsl.bell.ca)
Date: January 24, 2012 11:52AM

Thanks
I followed the process . adding entry to vhost but i still get 403 Permission denied .

As i mentioned before , I am using Change Ip Dynamic dns service . i need to allow one of my friend to access one project on my computer .

any other suggestion ?
Thanks.

Options: ReplyQuote
Re: DDNS and how to access specific web folder ?
Posted by: tonysar (---.dsl.bell.ca)
Date: January 24, 2012 12:04PM

OK. It worked . i noticed a user left a comment on the site and looking at the code. I notices <Directory> directive with Allow from all with in VHOST .. and now site works .

thanks again for the link

Options: ReplyQuote


Sorry, only registered users may post in this forum.