I'm having trouble accessing local server that is running on Windows 7 64bit.
I'm trying to access the server from Android tablet, I've tried typing in the browser bar 127.0.0.1, and computer local ip 192.168.3.111 but the browser reports it can't access the page.
Strange this is that my tablet is connected to the computer via some programs, and I can modify/delete files both ways.
But there is no way to access the server on my computer.
Also, I should point out that I have one alias setup.
# == !!! DO NOT REMOVE !!! ===================================================
### Alias EasyPHP
# ============================================================================
#alias
Alias "/server" "C:/server"
<Directory "C:/server">
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
Allow from 127.0.0.1
deny from all
</Directory>
#alias
# ============================================================================
### Alias End
# ============================================================================
Any help is greatly appreciated.