LeeGoldsmith Posted June 20, 2006 Posted June 20, 2006 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. Thanks Lee P.S. Link to page My Webpage Quote
TCH-Bruce Posted June 20, 2006 Posted June 20, 2006 I'd open a ticket with the help desk. I don't see the red "x" in Firefox but do in IE. Quote
LeeGoldsmith Posted June 20, 2006 Author Posted June 20, 2006 Thanks Bruce Submitted a ticket will let you all know what I find out. Lee Quote
LeeGoldsmith Posted June 20, 2006 Author Posted June 20, 2006 (edited) 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. Thanks Lee P.S. Has anyone else tried an install of phpwebsite from fantastico and not have this problem??? Edited June 20, 2006 by LeeGoldsmith Quote
GvilleRick Posted June 20, 2006 Posted June 20, 2006 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 http://www.loonsecho.net/cms/. Quote
LeeGoldsmith Posted June 20, 2006 Author Posted June 20, 2006 Rick You are correct that www.loonsecho.net/cms/ works. It must be something in .htaccess that needs to be added. Do you know what it is. Here is my file now: ------------------------------- RedirectMatch permanent ^/leesfishingpage$ http://lfp.loonsecho.net RedirectMatch permanent ^/leesfishingpage/$ http://lfp.loonsecho.net RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://lfp.loonsecho.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://lfp.loonsecho.net$ [NC] RewriteCond %{HTTP_REFERER} !^http://loonsecho.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://loonsecho.net$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.lfp.loonsecho.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.lfp.loonsecho.net$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.loonsecho.net/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.loonsecho.net$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.flyfishinginnh.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.flyfishinginnh.com$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC] order allow,deny allow from all deny from 81.95.146.162 ---------------------------- What do I add to make www.cms.loonsecho.net work Lee Quote
GvilleRick Posted June 20, 2006 Posted June 20, 2006 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 http://www.cms.loonsecho.net/ and http://cms.loonsecho.net/ entries so that it will allow graphics or disable Hotlink protection. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.