Phpwebsite

admin

Administrator
Staff member
I just installed phpWebSite from Fantastico and when you go to the site there are no icons, just red x boxes. I went into file manager and to the image directory and there seems to be no icons. Does anyone know whats up with this and how to fix it.<br /><br />Thanks <br /><br />Lee<br /><br />P.S. Link to page <a href="http://www.cms.loonsecho.net" target="_blank">My Webpage</a><!--content-->
I'd open a ticket with the help desk.<br /><br />I don't see the red "x" in Firefox but do in IE.<!--content-->
Thanks Bruce<br /><br />Submitted a ticket will let you all know what I find out.<br /><br />Lee<!--content-->
I submitted a ticket and they have not been able to fix the problem. I was also seeing the same problem when I installed "joomla" from Fantastico. So maybe the problem is in the install scripts on Fantastico. If I hear more I will let you know.<br /><br />Thanks<br /><br />Lee<br /><br />P.S. Has anyone else tried an install of phpwebsite from fantastico and not have this problem???<!--content-->
I have installed it on a couple of accounts and had no problems. I just installed it on a test domain into a folder called cms and it worked fine. I then created a subdomain called cms and it worked using the subdomain as well. It looks like a problem either in the configuration or a setting in .htaccess since I see the graphic fine at <a href="http://www.loonsecho.net/cms/" target="_blank">http://www.loonsecho.net/cms/</a>.<!--content-->
Rick<br /><br />You are correct that <!-- w --><a class="postlink" href="http://www.loonsecho.net/cms/">www.loonsecho.net/cms/</a><!-- w --> works. It must be something in .htaccess that needs to be added. Do you know what it is. Here is my file now:<br /><br />-------------------------------<br /><br />RedirectMatch permanent ^/leesfishingpage$ <a href="http://lfp.loonsecho.net" target="_blank">http://lfp.loonsecho.net</a><br /><br />RedirectMatch permanent ^/leesfishingpage/$ <a href="http://lfp.loonsecho.net" target="_blank">http://lfp.loonsecho.net</a><br /><br /><br />RewriteEngine on<br />RewriteCond %{HTTP_REFERER} !^http://lfp.loonsecho.net/.*$ [NC]<br />RewriteCond %{HTTP_REFERER} !^http://lfp.loonsecho.net$ [NC]<br />RewriteCond %{HTTP_REFERER} !^http://loonsecho.net/.*$ [NC]<br />RewriteCond %{HTTP_REFERER} !^http://loonsecho.net$ [NC]<br />RewriteCond %{HTTP_REFERER} !^http://www.lfp.loonsecho.net/.*$ [NC]<br />RewriteCond %{HTTP_REFERER} !^http://www.lfp.loonsecho.net$ [NC]<br />RewriteCond %{HTTP_REFERER} !^http://www.loonsecho.net/.*$ [NC]<br />RewriteCond %{HTTP_REFERER} !^http://www.loonsecho.net$ [NC]<br />RewriteCond %{HTTP_REFERER} !^http://www.flyfishinginnh.com/.*$ [NC]<br />RewriteCond %{HTTP_REFERER} !^http://www.flyfishinginnh.com$ [NC]<br />RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]<br /><br /><br />order allow,deny<br />allow from all<br /><br /><br />deny from 81.95.146.162<br /><br />----------------------------<br /><br />What do I add to make <!-- w --><a class="postlink" href="http://www.cms.loonsecho.net">www.cms.loonsecho.net</a><!-- w --> work<br /><br />Lee<!--content-->
You have Hotlink protection on and do not have the subdomain listed as allowed. You can go to the Hotlink protection section in your cPanel and add the <a href="http://www.cms.loonsecho.net/" target="_blank">http://www.cms.loonsecho.net/</a> and <a href="http://cms.loonsecho.net/" target="_blank">http://cms.loonsecho.net/</a> entries so that it will allow graphics or disable Hotlink protection.<!--content-->
Nice job Rick! <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/thumbup1.gif" style="vertical-align:middle" emoid=":thumbup1:" border="0" alt="thumbup1.gif" /><!--content-->
 
Back
Top