I am getting this error when I click on any of the catalogue pages: https://www.kennykreations.com/products.php: "Not Found The requested URL 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 am using V7.1.11 Thanks, Lyn
Actually it seems to be all products as well. I am using the old Wordpress template - ICE theme. Perhaps I need to move my website to the new WP template. Is there an easy way to transfer everything over from my existing website? Thanks, Lyn
Hi Lyn Moving to the new WP template would really be the way to go for the future. Re-using the database is no problem at all as both systems run off the same database and cart code. But yes, you would have to re-do the design side.
Thanks, Vince. Can you please point me to how to set up the database on a new site. I have a development site that I will work on: lkdevdomain.com Any suggestions on how to move the products and images? In the meantime, is there a solution for the error on my existing site?> Thanks, Lyn
quote:Actually it seems to be all products as well.
The "All products" link is ok, it's just in the example you posted above it has a colon at the end. Without this works fine... https://www.kennykreations.com/products.php Then if you click on any of the URL's you get an SEO URL. If you have the old style WP Templates then SEO URL's are not possible so did you add parameters to the includes.php file for SEO URL's? If so, taking them out again should solve the problem for now.
quote:Any suggestions on how to move the products and images?
The images would be copied by FTP but for the products, do you want to copy the database? If so, do you have phpMyAdmin on both sites?
Vince, this is what I have in includes.php // SEO TWEAKS $GLOBALS['seodetailurls']=TRUE; $GLOBALS['seocategoryurls']=TRUE; $GLOBALS['detlinkspacechar']="-"; $GLOBALS['seocaturlpattern']='/category/%s'; $GLOBALS['seoprodurlpattern']='/product/%s';
Were the SEO rules removed from the .htaccess file then? If so, could you put them back? https://www.ecommercetemplates.com/seo/search-engine-friendly-urls-php.asp