zara LiteCart Fan Tól től Australia Tagság ápr. 2023 óta zara 18 júl. 2023 05:33 change the url store directory from mysite.com/litecart hello, can this be changed? thanks
vilaiporn LiteCart Fan Tól től Thailand Tagság aug. 2017 óta vilaiporn 18 júl. 2023 09:25 Yes, When moving paths there are two files that needs changes: ~/.htaccess - The RewriteBase ~/admin/.htaccess - The path for htpasswd in the path remember the final / if in a subdirectory, /subdirectory/ you can read here also: https://www.litecart.net/da/forums/3/installation-and-configuration/339/problem-after-changing-directory?page=1&topic_id=339
tim Founder Tól től Sweden Tagság máj. 2013 óta tim 18 júl. 2023 19:40 Hi zara, this wiki article should help answering your questions. https://wiki.litecart.net/how_to_move_the_platform Like vilaiporn said, adjust the webpath in .htaccess. .htpasswd was removed in 2.5.x.
vilaiporn LiteCart Fan Tól től Thailand Tagság aug. 2017 óta vilaiporn 19 júl. 2023 03:23 [quote].htpasswd was removed in 2.5.x.[/quote] Good to know :)
zara LiteCart Fan Tól től Australia Tagság ápr. 2023 óta zara 19 júl. 2023 05:14 thanks, i only would like to rename /litecart to /shop i can only find .htaccess in the paths below? /public_html/litecart/.htaccess /public_html/litecart/vmods/.htaccess /public_html/litecart/cache/.htaccess /public_html/litecart/data/.htaccess /public_html/litecart/logs/.htaccess /public_html/litecart/install/htaccess
vilaiporn LiteCart Fan Tól től Thailand Tagság aug. 2017 óta vilaiporn 19 júl. 2023 05:34 /public_html/litecart/.htaccess When it is working remove install directory
zara LiteCart Fan Tól től Australia Tagság ápr. 2023 óta zara 22 júl. 2023 04:11 thanks, there are other paths in the .htaccess file , do they need to be also changed to the new path name? Define some error documents ErrorDocument 401 "Access Forbidden" ErrorDocument 403 /litecart/error_document?code=403 ErrorDocument 404 /litecart/error_document?code=404 ErrorDocument 410 /litecart/error_document?code=410 ErrorDocument 500 "Internal Server Error" AuthUserFile "/litecart/.htpasswd" AuthUserFile "/litecart/.htpasswd"
vilaiporn LiteCart Fan Tól től Thailand Tagság aug. 2017 óta vilaiporn 22 júl. 2023 06:00 Yes, /litecart/ will become /shop/ in your case.