Jump to content

Recommended Posts

Posted

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

Posted

Thanks Bruce

 

Submitted a ticket will let you all know what I find out.

 

Lee

Posted (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 by LeeGoldsmith
Posted

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/.

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...