What the hell is going on ?

Status
Not open for further replies.

neogen240

New Member
Messages
7
Reaction score
0
Points
0
The images in my site don't show, it seems it's a permissions problem.
http://football-live.neogen2.com/

Please tell me how to fix this, it's urgent !

---------- Post added at 11:31 PM ---------- Previous post was at 11:26 PM ----------

I managed to host all my images elsewhere so the problem in that site is temporarly fixed, but my other sites in the neogen2.com domain don't work properly, namely this one:

http://amanwithamonocle.neogen2.com
 

calistoy

Free Support Volunteer
Community Support
Messages
5,602
Reaction score
87
Points
48
I see your images just fine. The thing with your images is they are all linked from an imageshack account, which is an image hosting service outside of your hosting account. Maybe you should ask imageshack why you can't view your own images. Another solution is to host the images yourself, provided that you own or have authorization to have the images on your site in the first place.

Edit: Whoops. I was typing out my response and it turns out that you changed the image location before I went to see your site.
 
Last edited:

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
It's not a permissions error:

RewriteEngine on

RewriteCond %{HTTP_REFERER} !^http://neogen2.x10.mx/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://neogen2.x10.mx$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.neogen2.x10.mx/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.neogen2.x10.mx$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

Near as I can tell you basically just told it from every website, if it's an image, F = Forbidden. I can tell you're trying to do some form of hotlink protection, but honestly I'm not sure that's actually going to work. It's definitely something with this code however.
 

neogen240

New Member
Messages
7
Reaction score
0
Points
0
Actually I'm trying to do the opposite, as in disable hotlinking. I tried messing with the hotlink controls in the control panel but I get a error: "There was an error while enabling hotlink protection".
Then I click "show details" and this is what it says:
"Error: while opening /home/mikedee/public_html/.htaccess"

How do I edit that ?
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
You could change the name of the .htaccess file you currently have and then try enabling hotlink protection.
 
Status
Not open for further replies.
Top