Post by Campandfish » Wed Oct 03, 2018 8:15 pm

Hi all, I am a novice and have no idea what has gone wrong. I have loaded a few products onto my site that I am trying to build and when I go in to try and view a product from the customer side I get the following error:

Not Found
The requested URL /camping/leatherman-tools was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


I have set the seo name for each product and category (which is also now giving this error). I really need help if someone can assist that would be awesome.
I am using OC 1.5.6.4. I have checked with my host and they cant find any error on their side either.

Newbie

Posts

Joined
Tue Apr 24, 2012 8:58 pm

Post by khnaz35 » Wed Oct 03, 2018 8:24 pm

Campandfish wrote:
Wed Oct 03, 2018 8:15 pm
Hi all, I am a novice and have no idea what has gone wrong. I have loaded a few products onto my site that I am trying to build and when I go in to try and view a product from the customer side I get the following error:

Not Found
The requested URL /camping/leatherman-tools was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


I have set the seo name for each product and category (which is also now giving this error). I really need help if someone can assist that would be awesome.
I am using OC 1.5.6.4. I have checked with my host and they cant find any error on their side either.
Can you share your url here

Urgent Questions shoot here: khnaz35@gmail.com
Enjoy nature ;) :) :-*


User avatar
Active Member

Posts

Joined
Mon Aug 27, 2018 11:30 pm
Location - Malaysia

Post by Campandfish » Wed Oct 03, 2018 9:09 pm

hi sorry, it is serengetileisure.uk

Newbie

Posts

Joined
Tue Apr 24, 2012 8:58 pm

Post by xxvirusxx » Fri Oct 05, 2018 3:33 pm

You have renamed .htaccess.txt in to .htaccess ? , after you have enabled SEO url

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by Campandfish » Sun Oct 07, 2018 3:32 pm

xxvirusxx wrote:
Fri Oct 05, 2018 3:33 pm
You have renamed .htaccess.txt in to .htaccess ? , after you have enabled SEO url
Hi, where exactly would I find this file please?

Newbie

Posts

Joined
Tue Apr 24, 2012 8:58 pm

Post by xxvirusxx » Sun Oct 07, 2018 7:26 pm

on public_html (where the rest of site is)

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by Campandfish » Sun Oct 07, 2018 9:18 pm

xxvirusxx wrote:
Sun Oct 07, 2018 7:26 pm
on public_html (where the rest of site is)
I do not even have a file or folder called htaccess at all???? All I have are:
.well-known
admin
catalog
download
image
mysql_backups
opencart-1.5.6.4
system
vendors
vqmod
config.php
cpmove-sereng5443.tar.gz
index.php
opencart-1.5.6.4.zip
php.ini
theme299(update).zip

I have looked in all the folders and cannot find any htaccess file at all

Newbie

Posts

Joined
Tue Apr 24, 2012 8:58 pm

Post by IP_CAM » Mon Oct 08, 2018 5:37 am

Well, it would be better, to make your Shop work again in it's default way of doing things,
until you have cleaned out those Carbage ZIP's and Files in the Shop Root Section, and
eventually found your .htaccess or .htaccess.txt File. It is called a HIDDEN File, if it
carries a DOT before it's (.)Name, and on Servers, it can ONLY be seen and found, if the
FTP Client is SET, to display HIDDEN Files. It is placed in the Shop ROOT Section,
where the Shop index.php and Shop config.php Files (plus others) are existing.
And it needs to be RE-NAMED to .htaccess , if it still carries the .txt ending.
Good Luck ;)
Ernie
---
PS: And IF a Shop Software is placed in a Subdirectory, to make SEO work, the
RewriteBase / Line has to be changed, to link to this Sub Directory, like
/shop/ - or /cart/ - or /whatever/ ;)

Code: Select all

# If your opencart installation does not run on the main web folder,
# make sure you folder it does run in ie. / becomes /cart/
RewriteBase /shop/

Code: Select all

# If your opencart installation does not run on the main web folder,
# make sure you folder it does run in ie. / becomes /cart/
RewriteBase /cart/
Disable SEO URL's in OpenCart 1.5.x Versions:
Image

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by Campandfish » Mon Oct 08, 2018 1:48 pm

Awesome IP_Cam

Thanks for the help.

Newbie

Posts

Joined
Tue Apr 24, 2012 8:58 pm

Post by johnp » Tue Oct 23, 2018 7:10 pm

Did this get fixed?

Opencart 1.5.6.5/OC Bootstrap Pro/VQMOD lover, user and geek.
Affordable Service £££ - Opencart Installs, Fixing, Development and Upgrades
Plus Ecommerce, Marketing, Mailing List Management and More
FREE Guidance and Advice at https://www.ecommerce-help.co.uk


User avatar
Active Member

Posts

Joined
Fri Mar 25, 2011 10:25 am
Location - Surrey, UK

Post by synapseindia » Tue Oct 23, 2018 9:50 pm

You can download the default htaccess from below link and rename it with htaccess.txt to .htaccess on public_html (root directory). Please note that if your opencart is in subdirectory make changes accordingly -

https://github.com/elffikk/OpenCart-1.5 ... access.txt

thanks

User avatar
Active Member

Posts

Joined
Thu Apr 05, 2018 2:27 pm

Post by johnp » Wed Oct 24, 2018 5:59 pm

Also check that every product SEO keyword is unique.

Opencart 1.5.6.5/OC Bootstrap Pro/VQMOD lover, user and geek.
Affordable Service £££ - Opencart Installs, Fixing, Development and Upgrades
Plus Ecommerce, Marketing, Mailing List Management and More
FREE Guidance and Advice at https://www.ecommerce-help.co.uk


User avatar
Active Member

Posts

Joined
Fri Mar 25, 2011 10:25 am
Location - Surrey, UK

Post by aerogel » Tue Nov 23, 2021 6:50 pm

thanks IP_CAM
saved a day here.

New member

Posts

Joined
Thu Jan 04, 2018 8:14 pm
Who is online

Users browsing this forum: No registered users and 10 guests