html - Different website through domain -


i have webserver, 2 virtualhosts:

<virtualhost *:80>   documentroot /var/www/html   servername main.hu   loglevel debug </virtualhost> <virtualhost *:80>   documentroot /var/www/html/test.hu/   loglevel debug   serveralias test.hu   servername www.test.hu </virtualhost> 

when query test.hu browser, looks weird, css looks different, menu mixed etc. when check ip address example 1.2.3.4/test.hu, looks should be.

test.hu points 1.2.3.4 in dns.

i'm running centos 7 httpd-2.4.6-18. selinux disabled.

any ideas?

looks bootstrap.min.css files being loaded not same in each version.

http://178.62.30.55/debergabor.hu/css/bootstrap.min.css  http://debergabor.hu/css/bootstrap.min.css 

these should same not. have different versions have uploaded or linked wrong files. first 1 out of these 2 correct one.

so basically, go hosted debergabor.hu, remove bootstrap.min.css file, upload correct one.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

jquery - Keeping Kendo Datepicker in min/max range -