Another 403 error message
Posted by: legion1202 (---.bstnma.east.verizon.net)
Date: July 15, 2013 08:46PM

I`m sorry beause I know this is been asked a million times but i`m lost, a noob and most likely just stupid =)

i`m running hmail from my 2k8 server. (everthy thing works)

I want to play around with squirrlmail and cube for webmail but i`m having some problems with WAMPSERVER..

I install wamp and that went fine. I changed my host files like i`ve read Ex


127.0.0.1 localhost
::1 localhost aplushome.org

When on my server I can use 127.0.0.1 and local host and I will get the wamp page.. But if i`m at home, a local computer on network, use my public ip or 192.168.52.168 I got a 403 error.

How do i fix this.. I have all the correct ports open on my firewall. (80).. I see people changing some stuff in httpd but i am lost..

I just want to be able to axess my email anywhere over the web =) and so do my clients haha...


Thanks

Options: ReplyQuote
Re: Another 403 error message
Posted by: ClearModule.com (---.mysmart.ie)
Date: July 15, 2013 10:44PM

If you left click on the WAMP icon and click put online, the site should be available to all. You probably need to forward the port 80 on your router as well.

ClearModule - Free PHP Training - [clearmodule.com]

Options: ReplyQuote
Re: Another 403 error message
Posted by: legion1202 (---.bstnma.east.verizon.net)
Date: July 15, 2013 11:08PM

I have already done that. Like I said i can get to squirrlmean typing in localhost.. I just cant get it to my page using the ip or domain name. thanks for the response though

Greg

Options: ReplyQuote
Re: Another 403 error message
Posted by: ClearModule.com (---.mysmart.ie)
Date: July 15, 2013 11:18PM

Try this,


1. Left Click on the WAMP Icon.

2. In the Menu, Select Apache and then httpd.conf.

3. A text file should open.

4. Click Edit, Find in notepad and search for "onlineoffline "

5. change the text,

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

to

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

If you are using Apache 2.4 or newer, you need to use Require all instead of Allow all and remove Order Deny,Allow.

6. Save the File.

7. Left Click on the WAMP Icon and click Restart all Services.

8. Your Site is now available to everyone on the Internet.

ClearModule - Free PHP Training - [clearmodule.com]

Options: ReplyQuote
Re: Another 403 error message
Posted by: legion1202 (---.bstnma.east.verizon.net)
Date: July 16, 2013 04:54PM

thanks for helping me.. now I ran into another problem. I am using 2.4.4 of apache-wamp

I made the following changes

# Require all granted
# onlineoffline tag - don't remove
Require all
Allow from 127.0.0.1
Allow from ::1
Allow from localhost

Now when i got to restart services I have a organge button and nothing works.. What did i screw yup =)

Thanks

Options: ReplyQuote
Re: Another 403 error message
Posted by: RiggsFolly (---.as13285.net)
Date: July 16, 2013 05:35PM

What are you trying to achieve.

Options: ReplyQuote
Re: Another 403 error message
Posted by: legion1202 (---.bstnma.east.verizon.net)
Date: July 16, 2013 07:13PM

Basiclly I just want my hmail server to have a webmail for internal use and external.

Options: ReplyQuote
Re: Another 403 error message
Posted by: legion1202 (---.bstnma.east.verizon.net)
Date: July 16, 2013 08:21PM

I got it working.. thanks!

Options: ReplyQuote
Re: Another 403 error message
Posted by: ClearModule.com (---.mysmart.ie)
Date: July 16, 2013 11:53PM

That's great. Apache 2.4 is different.

ClearModule - Free PHP Training - [clearmodule.com]

Options: ReplyQuote


Sorry, only registered users may post in this forum.