DecalCity

*
Unauthorized access for urllist.txt.gz
« on: June 29, 2009, 11:16:43 AM »
When I visit the link [ External links are visible to forum administrators only ]

I get the following error

You do not have Authorization to access this section of [ External links are visible to forum administrators only ]

I have all the correct file permissions from what I can see.

Any ideas why this does work?
Re: Unauthorized access for urllist.txt.gz
« Reply #1 on: June 30, 2009, 12:10:40 AM »
Hello,

please try to modify .htaccess file in generator/data/ folder:
Find:
Code: [Select]
<Files ~ "\.(txt|html)$">replace with:
Code: [Select]
<Files ~ "\.(txt|html|gz)$">

DecalCity

*
Re: Unauthorized access for urllist.txt.gz
« Reply #2 on: June 30, 2009, 11:26:17 AM »
Ok, I put this in the directory of generator

Now I get Internal Server Error

DecalCity

*
Re: Unauthorized access for urllist.txt.gz
« Reply #4 on: July 02, 2009, 11:43:19 PM »
Sorry, it is working now. I did it all wrong at first.

Thanks for the help.