Page 1 of 3 123 LastLast
Results 1 to 10 of 30
  1. #1
    Join Date
    May 2015
    Posts
    35
    Plugin Contributions
    0

    Default Page not found for admin page

    Hi guys.

    For some odd reason I cant seem to get into my admin panel at all. All it seems to do is redirect me to my website and to page saying page not found!

    Any idea how this could have happened and what I should do to fix this issue?

    Thanks guys.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Page not found for admin page of zencart.

    You're getting a 404 Page Not Found error? That means the page you're trying to point your browser to doesn't exist. Have you checked to make sure you have the name of your custom admin folder correct?

  3. #3
    Join Date
    May 2015
    Posts
    35
    Plugin Contributions
    0

    Default Re: Page not found for admin page of zencart.

    Yes I have checked the folder and the custom name is correct. Im not sure why it keeps going to that page. Is there anything that I might need to change to make sure that it points to the admin page?

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Page not found for admin page of zencart.

    Do you have an .htaccess file in the root (top) directory of your store, or any sort of URL-rewriting mod installed?

  5. #5
    Join Date
    May 2015
    Posts
    35
    Plugin Contributions
    0

    Default Re: Page not found for admin page of zencart.

    Yes i do have a .htaccess file in root of my store and I do also have url-rewriting mod installed which is ceon-uri-mapping module

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Page not found for admin page of zencart.

    Post the contents of the .htaccess file here.

  7. #7
    Join Date
    May 2015
    Posts
    35
    Plugin Contributions
    0

    Default Re: Page not found for admin page of zencart.

    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
    #RewriteBase /zencart/
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
    # alternative rewrite rule, seem to work on GoDaddy hosts http://codeigniter.com/wiki/Godaddy_Installaton_Tips/
    # to use it, please make sure you comment out the rewrite rule above, then uncomment the line below
    # RewriteRule ^(.*)$ /index.php?$1 [L]
    #### EOF SSU

  8. #8
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Page not found for admin page of zencart.

    That looks like "Simple SEO URLs"; Not "CEON URI Mapping".

    That said nothing jumping out in the .htaccess at a quick glance (if the file or folder exists it is not doing any rewriting).

    When did this start? What version of PHP is in use? Link to the site (feel free to obscure if you feel you must)? Answers to the other questions asked in the "Posting Tips"?

    Are you saying you are first redirected to your-site.com, then are presented with a 404 page? If being redirected somewhere else... Where?
    Last edited by lhungil; 26 Jun 2015 at 06:21 AM.

  9. #9
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,907
    Plugin Contributions
    13

    Default Re: Page not found for admin page of zencart.

    have you checked the file:

    NAME_OF_YOUR_ADMIN_FOLDER/includes/configure.php

    if that file got overwritten and the admin is not properly set there, it may cause this problem....
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  10. #10
    Join Date
    May 2015
    Posts
    35
    Plugin Contributions
    0

    Default Re: Page not found for admin page of zencart.

    This started yesterday. Before that the admin panel was working fine. When I go to the admin page it will take me to my website and give an error 404 page. How do I make sure that admin configure.php file is set properly?

    Thanks

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v139h Page not found for admin log in
    By Goldenis in forum General Questions
    Replies: 1
    Last Post: 24 Jul 2012, 08:33 PM
  2. Page not found for admin after successful installation
    By 3dsgiftsnThings in forum Installing on a Windows Server
    Replies: 13
    Last Post: 25 Feb 2011, 06:35 AM
  3. Admin page not found
    By sohep in forum Installing on a Linux/Unix Server
    Replies: 8
    Last Post: 11 Jul 2010, 10:17 PM
  4. Admin Configuration page problem: Page Not Found?
    By Eyenovation in forum Basic Configuration
    Replies: 9
    Last Post: 14 Oct 2009, 04:51 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