Results 1 to 10 of 12

Threaded View

  1. #1
    Join Date
    Apr 2010
    Location
    Tallahassee, Florida USA
    Posts
    98
    Plugin Contributions
    0

    Default I want to add this to the hcaccess file, but it's not there, where the tutorial says

    I am slowly trying to beef up security measures to my site, as I load products.

    I'd like to be able to block general hack attempts. I've already changed the name of my admin folder, and now I want to do the following (from a tutorial):
    -------

    This should go in the .htaccess file located in the root of your Zen Cart site folder. ie: the same folder in which you find ipn_main_handler.php and index.php and page_not_found.php.

    # redirects any URL that includes: record_company.php/password_forgotten.php
    RedirectMatch Permanent ^/(.*[record_company.php]+)/(password_forgotten.php)$ /page_not_found.php

    # redirects any URL that includes: /images/wp- with 'wp-' being anything that ends with '.php'
    # this allows for images named such as 'wp-header.jpg' to work
    RedirectMatch Permanent ^/(.*[images]+)/(wp-.*\.php)$ /page_not_found.php

    NOTE: If your store's files are located in another folder, add that folder in the /page_not_found.php (both places)

    ---------------
    Simple. I copy the code, paste it in my htaccess file (the one located in my root directory, as described).

    Only 1 problem. There is NO htaccess file in the root directory where the other two specified files are located. The tutorial says to add to the htaccess file located there; not create one. So, why the apparent error?
    Also, if I plan to upgrade to 1.3.9, is this a moot point, since all the security patches should already be there, or is this a separate enhancement?

    Comments?
    Last edited by JDog21; 24 Apr 2010 at 05:51 AM. Reason: extra question

 

 

Similar Threads

  1. v155 I am trying to edit the right side box that says Sponsors How do I find the file?
    By bscho in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 19 Jul 2016, 12:26 PM
  2. Replies: 2
    Last Post: 16 Dec 2013, 09:04 PM
  3. I want the Specials sidebox, but do not want it to repeat in the middle section?
    By mooncavecrystals in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Jun 2010, 09:42 PM
  4. Replies: 5
    Last Post: 16 Mar 2009, 02:00 AM
  5. Installed, Error Says "No Such File" but file is there!
    By plumloopy in forum Installing on a Linux/Unix Server
    Replies: 9
    Last Post: 30 Aug 2006, 01:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg