S Snell Active Member 625 2009 18 240 Apr 5, 2010 #1 When loading this Code: [URL]http://downloadzone.ws/site/hotfile-zone.com/[/URL] images is not loaded, why this? Images & css files are in correct order anyone can help me to fix this? Thanks in advance
When loading this Code: [URL]http://downloadzone.ws/site/hotfile-zone.com/[/URL] images is not loaded, why this? Images & css files are in correct order anyone can help me to fix this? Thanks in advance
G geeneen Active Member 29 2010 0 0 Apr 5, 2010 #2 you say in your code that your css is located at Code: http://downloadzone.ws/site/hotfile-zone.com/style.css but at that location, there is no css to be found maybe you have to use "/style.css" in your code instead of "style.css"
you say in your code that your css is located at Code: http://downloadzone.ws/site/hotfile-zone.com/style.css but at that location, there is no css to be found maybe you have to use "/style.css" in your code instead of "style.css"
S Snell Active Member 625 2009 18 240 Apr 5, 2010 #3 the css file is found in the root ("/") Anyway, I've got it worked by site-yoursite.com
Tango Moderator Staff member 4,114 2009 1,756 21,025 Apr 5, 2010 #4 you need to put the full path to css (and images) when using htaccess re-write not just href="style.css" if the site url is set in cfg.php file eg. $surl=http://downloadzone.ws; change links to this href="<?=$surl;?>/style.css" or an easy way. http://downloadzone.ws/site/hotfile-zone.com/ change to http://downloadzone.ws/site=hotfile-zone.com and edit htaccess to suit
you need to put the full path to css (and images) when using htaccess re-write not just href="style.css" if the site url is set in cfg.php file eg. $surl=http://downloadzone.ws; change links to this href="<?=$surl;?>/style.css" or an easy way. http://downloadzone.ws/site/hotfile-zone.com/ change to http://downloadzone.ws/site=hotfile-zone.com and edit htaccess to suit
Tango Moderator Staff member 4,114 2009 1,756 21,025 Apr 5, 2010 #6 You need to add the site path to 'Recent Searches', and various images you need more htaccess done for pagination when browsing by site.
You need to add the site path to 'Recent Searches', and various images you need more htaccess done for pagination when browsing by site.