CSS does not work with framed url on port 8080 -


i have home server listening on port 8080 , url frame dns record points myserveripaddress:8080.

home page , linked pages work css not. in section recaptcha(i have recaptcha script contact form) is, shows message an internal error ocurred. works when change dns record , point myserveripaddress, since automatically redirects on port 80.

of course every time change dns record change listening ports on apache configuration file. url frame dns record affecting importing of css files?i found similar case in stackoverflow user found out wrong in code. in case it works whenever switch port 80.

looking @ head found had <base href="http://mydomainname.com/" /> , replaced <base href="/" /> somehow had full url. did worked on port 80 tough...weird. works good. sergey maksimenko indirectly pushing me take head tags.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -