A couple of questions on 403 and ads

Status
Not open for further replies.

Jon.Monreal

New Member
Messages
93
Reaction score
0
Points
0
Hello, just a couple of issues:

1. I am using an add-on domain, and am getting 403 errors for every image on all of my pages. Is there any way I can solve this? (Yes, all of the folders are properly CHMODed)

2. I'm using a add-free account, but I am interested in possibly putting ads on my site to help x10. Can this be done?

Thanks.

Edit: Same thing happens without add-on domain.
 
Last edited:

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Check your .htaccess to see if the images have been "Hot link protected"
 

Jon.Monreal

New Member
Messages
93
Reaction score
0
Points
0
Check your .htaccess to see if the images have been "Hot link protected"

Thanks for your reply.

It isn't. Here is the full text of my .htaccess file:

Code:
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName touchandgo.uni.cc
AuthUserFile /home/touchngo/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/touchngo/public_html/_vti_pvt/service.grp
 

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
1. I am using an add-on domain, and am getting 403 errors for every image on all of my pages. Is there any way I can solve this? (Yes, all of the folders are properly CHMODed)

Do you have a live website link I can use?

2. I'm using a add-free account, but I am interested in possibly putting ads on my site to help x10. Can this be done?

To upgrade to an ad enhanced account, copy the following code into your website and then post back here for a staff to manually upgrade your account:

Advanced:
Code:
<script type="text/javascript" src="http://x10hosting.com/adserve.js?advanced"></script>

Corporate:
Code:
<script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script>
 
Last edited:

Jon.Monreal

New Member
Messages
93
Reaction score
0
Points
0
Sorry about that, here's a link: touchandgo.uni.cc.

Edit: Thanks for the info on the ads. Not too worried about the extras, just want to contribute, but it's nice that it's still offered.
 
Last edited:

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Well, your .js files are coming up 403 too. So it is not just the images.

Sorry if you have already checked these but ...

a. /themes directory on down...do they have .htaccess files?
b. /themes directory on down...all 0755 ? Files?
c. Using a CMS?
d. Did this work before? Started messing up after migration?
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
***Thread Closed***
 
Status
Not open for further replies.
Top