.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
Post a Comment