Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: selected IP to access admin

  1. #1
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Exclamation selected IP to access admin

    Hi, is there any way that we can allow only selected IP to access admin?
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  2. #2
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Exclamation .htaccess

    i created .htaccess file and placed in my admin folder

    and i entered
    Code:
    <Limit GET HEAD POST>
    order allow,deny
    allow from 111.111.111.111
    deny from all
    </LIMIT>
    but it is not working.
    can any one help me with this.

    thanks
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  3. #3
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    Instructions for an IIS v6 web server.

    On your server, run IIS Manager.
    In the left panel, click through to the website directory.
    Right-click the directory name and choose Properties.
    Then select the 'Directory Security' tab.
    Then choose the 'Edit...' button in the IP address group.
    Select the 'Denied access' option button.
    Then use the 'Add...' button to add your IP address into the exclusion list.
    All other IP addresses will be denied.
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!