Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Page Not Found [admin - 404 error]

    The two lines that appear might be the source of this error are:

    define('HTTPS_SERVER', 'https://venturen.startlogic.com/SafeAir 1');
    define('HTTPS_CATALOG_SERVER', 'https://venturen.startlogic.com/SafeAir 1');

    I don't mind admitting that I'm a bit confused as to the difference or each of these requests. You are correct in that this is a shared SSL. The path I was given to the shared ssl - https://venturen.startlogic.com/filename

    Thanks for the advice on eliminating the space in my filename. I will take your advice.

  2. #2
    Join Date
    Jan 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Page Not Found [admin - 404 error]

    As I continued down the configure.php page, I also find the following:

    define('DIR_WS_ADMIN', '/SafeAir 1/admin/');
    define('DIR_WS_CATALOG', '/SafeAir 1/');
    define('DIR_WS_HTTPS_ADMIN', 'https://www.venturenetdesigns.com/SafeAir 1/admin/');
    define('DIR_WS_HTTPS_CATALOG', 'https://www.venturenetdesigns.com/SafeAir 1/');

    Does this help shed any additional light on my redundant address when attempting to enter my /admin page? Any advice greatly appreciated

  3. #3
    Join Date
    Jan 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Page Not Found [admin - 404 error]

    Issued resolved - for anyone who was following this thread. In my configure.php file, the following section reflects my modifications:

    //NO CHANGES MADE TO THIS SECTION

    define('HTTP_SERVER', 'http://www.venturenetdesigns.com');
    define('HTTPS_SERVER', 'https://venturen.startlogic.com');
    define('HTTP_CATALOG_SERVER', 'http://www.venturenetdesigns.com');
    define('HTTPS_CATALOG_SERVER', 'https://venturen.startlogic.com/SafeAir 1');

    // Use secure webserver for catalog module and/or admin areas?
    // NO CHANGES MADE TO THIS SECTION

    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    //CHANGES MADE TO THIS SECTION - I COMMENTED OUT THE PREVIOUS LINE AND FOLLOWED WITH THE MODIFIED LINE

    define('DIR_WS_ADMIN', '/SafeAir 1/admin/');
    define('DIR_WS_CATALOG', '/SafeAir 1/');
    // define('DIR_WS_HTTPS_ADMIN', 'https://www.venturenetdesigns.com/SafeAir 1/admin/');
    define('DIR_WS_HTTPS_ADMIN', '/SafeAir 1/admin/');
    // define('DIR_WS_HTTPS_CATALOG', 'https://www.venturenetdesigns.com/SafeAir 1/');
    define('DIR_WS_HTTPS_CATALOG', '/SafeAir 1/');

  4. #4
    Join Date
    Feb 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Page Not Found [admin - 404 error]

    Hi! I am vipani.I have installed zenczrt v1.3.9h.Till setup everything was OK.But after that I am not able open the admin area.I have followed and made the changes in PHP file as you said.even after the changes I am getting the same page "not found"message on screen.Is this changes apply to new version of zencart too.Please advice.
    Thanks in advance

 

 

Similar Threads

  1. Product Page not found, Error 404
    By ninjakitten in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 27 Oct 2010, 06:34 PM
  2. Page Not Found [admin - 404 error]
    By scovon in forum Basic Configuration
    Replies: 1
    Last Post: 10 Jan 2009, 05:26 AM
  3. Admin Error 404 - not found
    By RedBioluminescence in forum Installing on a Windows Server
    Replies: 2
    Last Post: 13 Jun 2008, 03:07 AM
  4. 404 Error -- Admin login.php not found
    By TShooters in forum General Questions
    Replies: 1
    Last Post: 19 Dec 2006, 06:39 PM
  5. 404 Page Not Found Error
    By jacque427 in forum General Questions
    Replies: 7
    Last Post: 7 Jun 2006, 08:23 PM

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