Results 1 to 4 of 4

Threaded View

  1. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Problem accessing my Admin area

    No, the page I saw was at http://www.anthonyjhall.co.uk/, which is a photography and graphic imagery site.

    But, I did try both lower case and upper case on the 'C' 'c'.

    Now, you mentioned that you changed the permissions on the configure.php files................did you make the other changes to reflect the path of your store?

    Since it's in a folder called Catalog, then find these lines in Catalog/includes/configure.php (if they don't match these settings, you should change them)

    Code:
      define('HTTP_SERVER', 'http://www.anthonyjhall.co.uk');
      define('HTTPS_SERVER', 'https://www.anthonyjhall.co.uk');
    
      define('DIR_WS_CATALOG', '/Catalog/');
      define('DIR_WS_HTTPS_CATALOG', '/Catalog/');
    
    Then next 2, change the x's to your server path if not already correct:
    
    define('DIR_FS_CATALOG', '/xxxxx/xxxxxxxx/public_html/Catalog/');
    define('DIR_FS_SQL_CACHE', '/xxxxx/xxxxxxxx/public_html/Catalog/cache');
    Then, in Catalog/YourAdmin(what ever you named it)/includes/configure.php:

    Code:
      define('HTTP_SERVER', 'http://www.anthonyjhall.co.uk');
      define('HTTPS_SERVER', 'https://www.anthonyjhall.co.uk');
      define('HTTP_CATALOG_SERVER', 'http://www.anthonyjhall.co.uk');
      define('HTTPS_CATALOG_SERVER', 'https://www.anthonyjhall.co.uk');
    
    The next 2, change "YourAdmin" to what ever you renamed your admin folder to:
    
      define('DIR_WS_ADMIN', '/Catalog/YourAdmin/');
      define('DIR_WS_CATALOG', '/Catalog/');
      define('DIR_WS_HTTPS_ADMIN', '/Catalog/YourAdmin/');
      define('DIR_WS_HTTPS_CATALOG', '/Catalog/');
    
    Then next 3, change the x's to your server path if not already correct:
    
      define('DIR_FS_ADMIN', '/xxxxx/xxxxxxx/public_html/Catalog/YourAdmin/');
      define('DIR_FS_CATALOG', '/xxxxxx/xxxxx/public_html/Catalog/');
    
    
      define('DIR_FS_SQL_CACHE', '/xxxxxx/xxxxx/public_html/Catalog/cache');
    Last edited by Get Em Fast; 3 Mar 2011 at 01:39 PM.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. Problem Accessing the Admin Area after DNS Change
    By jamadri in forum General Questions
    Replies: 9
    Last Post: 29 Aug 2013, 09:31 PM
  2. v151 Http error 500 when accessing the admin area
    By lsb57 in forum General Questions
    Replies: 1
    Last Post: 19 Oct 2012, 08:01 AM
  3. error 500 when accessing admin area
    By linkerjpatrick in forum Basic Configuration
    Replies: 3
    Last Post: 16 Mar 2012, 11:46 PM
  4. Trouble Accessing Admin Area
    By MillenniumJim in forum General Questions
    Replies: 1
    Last Post: 19 Jan 2011, 09:11 PM
  5. bad gateway when accessing admin area
    By algegifts in forum Installing on a Windows Server
    Replies: 1
    Last Post: 22 Jul 2006, 10:14 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