Can't access my xampp server remotely

DynamicsNinja

I can't access my xampp server remotely. I have added Allow from all line in my httpd-xampp.txt and now it looks like:

# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
        Order deny,allow
        Deny from all
        Allow from ::1 127.0.0.0/8 
    Allow from all
    ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>

But still I'm unable to access it remotely. Also my firewall is turned off.

hasansino

You need to use your network IP adress instead of localhost (127.0.0.0).

If you are behind the firewall, you need to allow incoming connections for port 80, maybe for mysql port also (if you plan to use remove SQL management software).

Most probably you'l also need to configure your router ( if your have one ), to route all incoming connections from 80 port to your web server subnet address.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

I can't get xampp or a remote server to send an email with my php mail function

From Dev

I can't access my localhost with xampp

From Dev

Can't Access wamp server (localhost) on my android device

From Dev

Accessing my tomcat server remotely

From Dev

Can't run mysql server on xampp

From Dev

Can't access my phpmyadmin

From Dev

How can I access from my mobile phone to my XAMPP?

From Dev

mariadb can't connect to server remotely

From Dev

I can't access data from my node server via POST request

From Dev

Why Can't SQL Server Management Studio Access The "My Documents" Folder in Windows 7?

From Dev

Can't access my ssh linux server when outside network

From Dev

Why can't I access my web server from outside the network?

From Dev

Can't access PHPmyadmin. my wamp server version 2.4

From Dev

How to remotely access website in my virtual machine?

From Dev

I can't access my localhost with xampp

From Dev

How can I access a local SVN Server remotely?

From Dev

Can't access my xampp server remotely

From Dev

Can i access my application remotely using a domain name instead of router public ip address?

From Dev

Can't access my disk

From Dev

How can I access my computer remotely?

From Dev

Can't ssh into my Mac remotely, but can ssh into my Linux box with no trouble

From Dev

How to access my Raspberry Pi remotely?

From Dev

can't access to website in my server

From Dev

JDBC - can't connect remotely to MySQL Server

From Dev

What EXACTLY do I do to remotely access my server from SSH?

From Dev

Can't access SSH remotely after applying 0777 permissions to .ssh

From Dev

Remotely access data on Ubuntu Server

From Dev

Why I can't set a vhost for this PHP website on my XAMPP?

From Dev

Can't remotely login to a SQL Server database using sqlcmd

Related Related

  1. 1

    I can't get xampp or a remote server to send an email with my php mail function

  2. 2

    I can't access my localhost with xampp

  3. 3

    Can't Access wamp server (localhost) on my android device

  4. 4

    Accessing my tomcat server remotely

  5. 5

    Can't run mysql server on xampp

  6. 6

    Can't access my phpmyadmin

  7. 7

    How can I access from my mobile phone to my XAMPP?

  8. 8

    mariadb can't connect to server remotely

  9. 9

    I can't access data from my node server via POST request

  10. 10

    Why Can't SQL Server Management Studio Access The "My Documents" Folder in Windows 7?

  11. 11

    Can't access my ssh linux server when outside network

  12. 12

    Why can't I access my web server from outside the network?

  13. 13

    Can't access PHPmyadmin. my wamp server version 2.4

  14. 14

    How to remotely access website in my virtual machine?

  15. 15

    I can't access my localhost with xampp

  16. 16

    How can I access a local SVN Server remotely?

  17. 17

    Can't access my xampp server remotely

  18. 18

    Can i access my application remotely using a domain name instead of router public ip address?

  19. 19

    Can't access my disk

  20. 20

    How can I access my computer remotely?

  21. 21

    Can't ssh into my Mac remotely, but can ssh into my Linux box with no trouble

  22. 22

    How to access my Raspberry Pi remotely?

  23. 23

    can't access to website in my server

  24. 24

    JDBC - can't connect remotely to MySQL Server

  25. 25

    What EXACTLY do I do to remotely access my server from SSH?

  26. 26

    Can't access SSH remotely after applying 0777 permissions to .ssh

  27. 27

    Remotely access data on Ubuntu Server

  28. 28

    Why I can't set a vhost for this PHP website on my XAMPP?

  29. 29

    Can't remotely login to a SQL Server database using sqlcmd

HotTag

Archive