.htaccess - one subdomain won't load on my local network, but the other will -


http://client.henrybuilt.com/ - won't load on network (network meaning internet connection) (even though can load on other networks)

http://presentation.henrybuilt.com/ - loads on network

both have same settings in control panel.

my htaccess file:

rewriteengine on  rewritecond %{http_host} ^client.henrybuilt.com  rewritecond %{request_uri} !subclient/  rewriterule ^(.*)$ subclient/$1 [l]  rewriteengine on  rewritecond %{http_host} ^presentation.henrybuilt.com  rewritecond %{request_uri} !presentation/  rewriterule ^(.*)$ presentation/$1 [l] 

can duplicate issue or explain it?

i know it's not information go off of, thought maybe know of method of debugging it.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -