News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - infinity

#2
Support Requests / Re: page not found
June 03, 2006, 03:34:40 AM
They could of at least given a warning that they were going to do this.

I had no problems with the freepgs url and in fact I liked it better, I had to go through all the crap of changing urls within the database, change urls elsewhere and notify friends.

I would prefer to have the url stay as it was rather than change to a sub domain.
#3
Support Requests / Re: htaccess
November 30, 2005, 04:45:55 AM
Hiya

I just tried the second code and images still can be hotlinked.
The first code prevented hotlinking but also prevented images from showing up on the site.

#4
Support Requests / Re: htaccess
November 30, 2005, 03:57:27 AM
Hiya

Although this is working when I tested it yesterday I never checked my site until now. I had to remove the htaccess because its not allowing the images to load on the site.

It was originally in the main directory so I tried placing it in the same folder as the images but they still would not load. Any suggestions.

Thanks
#5
Support Requests / Re: htaccess
November 29, 2005, 03:49:19 AM
Hiya webzone

You are FANTASTIC!!!!! It works like a charm, thank you.
#6
Support Requests / Re: htaccess
November 28, 2005, 10:42:46 PM
Hi

I tried it with your fix but still the same no change. I honestly donnt know whats up with it.
Does the server allow mod rewrite?

Thanks
#7
Support Requests / Re: htaccess
November 28, 2005, 07:51:11 PM
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?freepgs.com/pinkness/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?freepgs.com/pinkness.*$ [NC]
RewriteRule \.(gif|jpg)$ - [F]
#8
Support Requests / Re: htaccess
November 28, 2005, 08:22:37 AM
Ive never been on the plesk system.
Im talking about the sites hosted on freepgs.com

Htaccess to stop hotlinking worked on the system before the fire but now its not.
I thought it was my cache so I cleaned it out but still no good, I even uploaded a image that has not been viewed by my browser and still it does not work it was able to be hotlinked.

Thanks
#9
Support Requests / Re: htaccess
November 28, 2005, 01:20:22 AM
Hiya

Sorry I did mean hotlinking. it worked before on the other freepgs system not sure why it's not working now.

#10
Support Requests / htaccess
November 28, 2005, 01:07:40 AM
Hiya

I seem to have run into a small problem but that could be me just so I'm not sure.

Anyway I have a htaccess file in my root directory to stop direct linking however it is not working.

I also have some in folders to prevent viewing the index and that is working.

So my problem is how do I get the htaccess to work for the direct linking???

I don't want to open my site until I can get it to work

Thanks for any help.