Deleted จาก ไม่รู้จัก 20 ส.ค. 2020 20:49 Hello, thank you for this great product. I finished installation with the default demo mysql. When i click on a product, I'm not able to see a specific product page 404 error.
tim Founder จาก Sweden เป็นสมาชิกตั้งแต่ พ.ค. 2013 tim 21 ส.ค. 2020 01:08 This sounds like a problem with apache mod_rewrite or your document root setting. Make sure mod_rewrite is properly enabled and that your document root setting is correctly set in apache.
mikef LiteCart Fan จาก United Kingdom เป็นสมาชิกตั้งแต่ ม.ค. 2022 mikef 2 มี.ค. 2022 14:20 Old ticket, but have exactly this problem. Could you possibly be a little more specific on what I am looking for? As I have moved the recovered site from a sub-domain, to the top level, would this be the cause? I've setup a single page, it shows in the menus, but as above I just get 404 when I go to that page from the menu.
tim Founder จาก Sweden เป็นสมาชิกตั้งแต่ พ.ค. 2013 tim 2 มี.ค. 2022 15:34 @mikef Did you update the paths in .htaccess? https://wiki.litecart.net/how_to_move_the_platform
mikef LiteCart Fan จาก United Kingdom เป็นสมาชิกตั้งแต่ ม.ค. 2022 mikef 2 มี.ค. 2022 15:37 I had to install the package again on another domain and then copied the htaccess from there to the rebuild. I'll recheck the article, but I'm essentially using the one from the build progress I think
mikef LiteCart Fan จาก United Kingdom เป็นสมาชิกตั้งแต่ ม.ค. 2022 mikef 2 มี.ค. 2022 15:44 @tim is this the problem? Web path to catalog root RewriteBase /
tim Founder จาก Sweden เป็นสมาชิกตั้งแต่ พ.ค. 2013 tim 2 มี.ค. 2022 15:53 Yes, and your ErrorDocument paths. See {BASE_DIR}, and don't forget {ADMIN_DIR_FULL} https://github.com/litecart/litecart/blob/dev/public_html/install/htaccess
mikef LiteCart Fan จาก United Kingdom เป็นสมาชิกตั้งแต่ ม.ค. 2022 mikef 2 มี.ค. 2022 16:01 So I took the file you linked to, and replaced mine, with it. The Store is installed in the public_html folder, so the root of the domain. Store still works, page I set up doesn't. Maybe I'll not bother and do the pages I need another way. Don't want to break the store having spent so long getting it backl.
tim Founder จาก Sweden เป็นสมาชิกตั้งแต่ พ.ค. 2013 tim 2 มี.ค. 2022 18:05 So the root of the domain is / for {BASE_DIR}. So RewriteBase / looks right. If you are just having troubles with a certain page. What page is it? Is it a custom file? What did you name it? Do you override the url with a routing module?
mikef LiteCart Fan จาก United Kingdom เป็นสมาชิกตั้งแต่ ม.ค. 2022 mikef 2 มี.ค. 2022 18:50 Simple text form, see attachment, called donations.
tim Founder จาก Sweden เป็นสมาชิกตั้งแต่ พ.ค. 2013 tim 3 มี.ค. 2022 01:50 Ok an information page with permalinks. Does the vqmod show any conflicts? Do the product pages work or ss it just this page that doesn't?