Jump to content

[RESOLVED] Help with Admin side


HerbDunn

Recommended Posts

For some reason, of which I have no idea, when I try to go to my Admin all I get is:

Not Found

The requested URL /admin/ was not found on this server.

 

I took a look at the index.php in the admin folder and everything in is was all 404 errors and don't exist. Below is the contents of that file:

<?php
/**
 * CubeCart v6
 * ========================================
 * CubeCart is a registered trade mark of CubeCart Limited
 * Copyright CubeCart Limited 2015. All rights reserved.
 * UK Private Limited Company No. 5323904
 * ========================================
 * Web:   http://www.cubecart.com
 * Email:  [email protected]
 * License:  GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
 */
header('HTTP/1.1 404 Not Found');
header('HTTP/1.0 404 Not Found');
header('Status: 404 Not Found');
?>
<html>
<head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL <?php echo $_SERVER['REQUEST_URI']; ?> was not found on this server.</p>
</body>
</html>

=======================================

Now that folder is there along with its sub-folders.  I keep trying to find a clue but I am totally at a loss right now. Can someone please point me in the right direction?

 

Edited by HerbDunn
To resolve. Found the answer
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...