Website Error 403 Forbidden menu

Shout-Out

User Tag List

Results 1 to 8 of 8
  1. #1
    Supah's Avatar Member
    Reputation
    33
    Join Date
    Apr 2008
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Website Error 403 Forbidden

    So I created a webpage using Azer CMS v3.0 and whenever I try to get on the website through another computer I get the 403 forbidden error. When logging in through the hosting computer I'm able to get on fine. Any help as to what is causing this?

    Website Error 403 Forbidden
  2. #2
    Harambeqt's Avatar Elite User CoreCoins Purchaser
    Reputation
    333
    Join Date
    Mar 2010
    Posts
    1,206
    Thanks G/R
    9/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Supah View Post
    So I created a webpage using Azer CMS v3.0 and whenever I try to get on the website through another computer I get the 403 forbidden error. When logging in through the hosting computer I'm able to get on fine. Any help as to what is causing this?
    Checked Chmod and/or firewall?
    Chmod= 755

    Edit:
    You can also try making a new "public_html" folder if you have one.


    What server are you using? (Provider, op-system, apache version)?
    Last edited by Harambeqt; 01-17-2013 at 05:57 PM.
    Support the #1 WoW Emulator:
    http://arcemu.org/
    https://github.com/arcemu/arcemu
    - - -

  3. #3
    Supah's Avatar Member
    Reputation
    33
    Join Date
    Apr 2008
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for the slow reply as I've been busy lately, but I tried turning off the firewall to no avail. As for the chmod and the public_html I'm not too sure about those. The server is being hosted on a second computer of mine, windows 7, apache 2.4.2 with wamp

  4. #4
    Harambeqt's Avatar Elite User CoreCoins Purchaser
    Reputation
    333
    Join Date
    Mar 2010
    Posts
    1,206
    Thanks G/R
    9/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Supah View Post
    Sorry for the slow reply as I've been busy lately, but I tried turning off the firewall to no avail. As for the chmod and the public_html I'm not too sure about those. The server is being hosted on a second computer of mine, windows 7, apache 2.4.2 with wamp
    You could try re-install the apache / wamp service and see if the error still appears.
    Support the #1 WoW Emulator:
    http://arcemu.org/
    https://github.com/arcemu/arcemu
    - - -

  5. #5
    Supah's Avatar Member
    Reputation
    33
    Join Date
    Apr 2008
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I noticed the wamp icon is yellow and looked into the wamp logs to see

    130121 16:33:27 [Note] Plugin 'FEDERATED' is disabled.
    130121 16:33:27 InnoDB: The InnoDB memory heap is disabled
    130121 16:33:27 InnoDB: Mutexes and rw_locks use Windows interlocked functions
    130121 16:33:27 InnoDB: Compressed tables use zlib 1.2.3
    130121 16:33:27 InnoDB: Initializing buffer pool, size = 128.0M
    130121 16:33:27 InnoDB: Completed initialization of buffer pool
    130121 16:33:27 InnoDB: highest supported file format is Barracuda.
    130121 16:33:27 InnoDB: Waiting for the background threads to start
    130121 16:33:28 InnoDB: 1.1.8 started; log sequence number 1595675
    130121 16:33:28 [Note] Server hostname (bind-address): '(null)'; port: 3306
    130121 16:33:28 [Note] - '(null)' resolves to '::';
    130121 16:33:28 [Note] - '(null)' resolves to '0.0.0.0';
    130121 16:33:28 [Note] Server socket created on IP: '0.0.0.0'.
    130121 16:33:28 [ERROR] Can't start server: Bind on TCP/IP port: No such file or directory
    130121 16:33:28 [ERROR] Do you already have another mysqld server running on port: 3306 ?
    130121 16:33:28 [ERROR] Aborting

    130121 16:33:28 InnoDB: Starting shutdown...
    130121 16:33:29 InnoDB: Shutdown completed; log sequence number 1595675
    130121 16:33:29 [Note] wampmysqld: Shutdown complete

    Edit: So I've come to the conclusion that mysql from wamp is conflicting with mysql that is already on the computer. When I went to services and shutdown the mysql service the wamp icon would turn green, but I could not start my server and localhost would give me "could not connect to mysql" and nothing else. Not sure where to go from here.
    Last edited by Supah; 01-21-2013 at 06:09 PM.

  6. #6
    Harambeqt's Avatar Elite User CoreCoins Purchaser
    Reputation
    333
    Join Date
    Mar 2010
    Posts
    1,206
    Thanks G/R
    9/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Supah View Post
    So I noticed the wamp icon is yellow and looked into the wamp logs to see

    130121 16:33:27 [Note] Plugin 'FEDERATED' is disabled.
    130121 16:33:27 InnoDB: The InnoDB memory heap is disabled
    130121 16:33:27 InnoDB: Mutexes and rw_locks use Windows interlocked functions
    130121 16:33:27 InnoDB: Compressed tables use zlib 1.2.3
    130121 16:33:27 InnoDB: Initializing buffer pool, size = 128.0M
    130121 16:33:27 InnoDB: Completed initialization of buffer pool
    130121 16:33:27 InnoDB: highest supported file format is Barracuda.
    130121 16:33:27 InnoDB: Waiting for the background threads to start
    130121 16:33:28 InnoDB: 1.1.8 started; log sequence number 1595675
    130121 16:33:28 [Note] Server hostname (bind-address): '(null)'; port: 3306
    130121 16:33:28 [Note] - '(null)' resolves to '::';
    130121 16:33:28 [Note] - '(null)' resolves to '0.0.0.0';
    130121 16:33:28 [Note] Server socket created on IP: '0.0.0.0'.
    130121 16:33:28 [ERROR] Can't start server: Bind on TCP/IP port: No such file or directory
    130121 16:33:28 [ERROR] Do you already have another mysqld server running on port: 3306 ?
    130121 16:33:28 [ERROR] Aborting

    130121 16:33:28 InnoDB: Starting shutdown...
    130121 16:33:29 InnoDB: Shutdown completed; log sequence number 1595675
    130121 16:33:29 [Note] wampmysqld: Shutdown complete

    Edit: So I've come to the conclusion that mysql from wamp is conflicting with mysql that is already on the computer. When I went to services and shutdown the mysql service the wamp icon would turn green, but I could not start my server and localhost would give me "could not connect to mysql" and nothing else. Not sure where to go from here.
    Imo, dump all of your sql databases and uninstall mysql, apache & wamp. Then download xampp and install apache + mysql then connect the server to the xampp mysql and host the website tru the xampp apache. I've never been a fan of wamp however Xampp have always worked for me.
    ------------------
    Or you could try and see if wamp's mysql is running (seems like its not/or just blocked by something)
    Support the #1 WoW Emulator:
    http://arcemu.org/
    https://github.com/arcemu/arcemu
    - - -

  7. #7
    Supah's Avatar Member
    Reputation
    33
    Join Date
    Apr 2008
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks that worked!

  8. #8
    Harambeqt's Avatar Elite User CoreCoins Purchaser
    Reputation
    333
    Join Date
    Mar 2010
    Posts
    1,206
    Thanks G/R
    9/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Supah View Post
    Thanks that worked!
    No problem Have fun!
    Support the #1 WoW Emulator:
    http://arcemu.org/
    https://github.com/arcemu/arcemu
    - - -

Similar Threads

  1. [Website] final site error :( HELP PLEASE
    By beerent in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 04-09-2010, 06:19 AM
  2. QUICK: BestBUY Website Error: 52" LCD HDTV $9.99
    By ßetray in forum Community Chat
    Replies: 12
    Last Post: 08-12-2009, 10:15 PM
  3. MySQL Error for website
    By iterrorist in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 04-06-2009, 01:29 PM
  4. Website errors...?
    By jtarules89 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 07-23-2008, 10:09 PM
  5. WebSite Error Help?
    By spookster in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 03-05-2008, 10:37 PM
All times are GMT -5. The time now is 10:59 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search