Jump to content

gamlenar

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by gamlenar

  1. a .htaccess file in folder public.html with this code...

    <Files *>
    order deny,allow
    deny from all
    </Files>
    
    will block all IP address' - unless you allow any in that or other .htaccess files

     

     

     

    I put it in same spot and changed content to yours, again nothing blocking. I don't think it is reading it.

     

    Still need help.

  2. what folder is that .htaccess file in ?

     

    what is the code in that file - for blocking all IP ?

    If I browse it by URL, then it works. But I don't know if this is because it loads my Default.aspx first?
    /home/MYUSERNAME/public_html/.htaccess
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>
    deny from 1.0.0.1
    deny from 1.0.0.2/31
    deny from 1.0.0.4/30
    deny from 1.0.0.8/29
    deny from 1.0.0.16/28
    deny from 1.0.0.32/27
    deny from 1.0.0.64/26
    deny from 1.0.0.128/25
    deny from 1.0.1.0/24
    deny from 1.0.2.0/23
    deny from 1.0.4.0/22
    deny from 1.0.8.0/21
    deny from 1.0.16.0/20
    deny from 1.0.32.0/19
    deny from 1.0.64.0/18
    deny from 1.0.128.0/17
    deny from 1.1.0.0/16
    deny from 1.2.0.0/15
    deny from 1.4.0.0/14
    deny from 1.8.0.0/13
    deny from 1.16.0.0/12
    deny from 1.32.0.0/11
    deny from 1.64.0.0/10
    deny from 1.128.0.0/9
    deny from 2.0.0.0/7
    deny from 4.0.0.0/6
    deny from 8.0.0.0/5
    deny from 16.0.0.0/4
    deny from 32.0.0.0/3
    deny from 64.0.0.0/2
    deny from 128.0.0.0/2
    deny from 192.0.0.0/3
    deny from 224.0.0.0/4
    deny from 240.0.0.0/5
    deny from 248.0.0.0/6
    deny from 252.0.0.0/7
    deny from 254.0.0.0/8
    deny from 255.0.0.0/9
    deny from 255.128.0.0/10
    deny from 255.192.0.0/11
    deny from 255.224.0.0/12
    deny from 255.240.0.0/13
    deny from 255.248.0.0/14
    deny from 255.252.0.0/15
    deny from 255.254.0.0/16
    deny from 255.255.0.0/17
    deny from 255.255.128.0/18
    deny from 255.255.192.0/19
    deny from 255.255.224.0/20
    deny from 255.255.240.0/21
    deny from 255.255.248.0/22
    deny from 255.255.252.0/23
    deny from 255.255.254.0/24
    deny from 255.255.255.0/25
    deny from 255.255.255.128/26
    deny from 255.255.255.192/27
    deny from 255.255.255.224/28
    deny from 255.255.255.240/29
    deny from 255.255.255.248/30
    deny from 255.255.255.252/31
    deny from 255.255.255.254

     

  3. Hi

     

    My .htaccess file is not being read, at least it is not working. I've tried to make it manually, and through the IP blocker, neither works (I had blocked all possible IP's).

     

    Is this a common issue, which is easy to fix? Or is it not from my part?

     

    I've tried to delete all my files, and only have the .htaccess file, still not blocking anything.

     

    Site: OlsenAlways.win

  4. I cannot see any .htaccess, that is why I used a CRON job to delete it. I change permission to 750 (didn't work), made it 777 (didn't work either). Renamed it, didn't work.

     

    I really think the site is heavily fucked up after my major path mistake.....

  5. Hello, I just got on Tommy. When signing up, I didn't get the option to select ASP.NET like with the other ones, I thought it was probably not an issue.

     

    When I put up my ASP 4.5.2 content on Tommy I get the following error:

     

    Service Unavailable

    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

    Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.

     

     

    I have tried putting a simple HTML document up, and it shows fine, so I am assuming it has something to do with the ASP service?

  6. Hello Helio

     

    I've donated $1 to your site through Paypal, to get an invite to Tommy. I've now waited about 5 minutes, and still haven't recieved an email.

     

    I am using two different mails (different Paypal mail compared my Heliohost email), I don't know if this could've caused this?

     

    Do you need any information regarding this matter, or can you look it up yourself?

  7. I am very confused. At certain wiki pages I find that Tommy has ASP.NET 4.5, and others says that the only one with ASP.NET is Johnny.

     

    I need to run ASP.NET 4.5, what server should I pick for this? Now that I've tried to figure it out, and always find two different answers, please tell me.

     

    I am currently on Johnny where I've waited for almost 2 days to have my site up and running, but I am sitll stuck at "Account queued" when accessing it through the IP.

     

    If Tommy is running ASP.NET 4.5 after all, can you give me a guide on how to transfer, or maybe allow me to transfer? I read somewhere that I had to request it.

×
×
  • Create New...