zara LiteCart Fan Från Australia Medlem sedan apr. 2023 zara 18 juli 2023 05:33 change the url store directory from mysite.com/litecart hello, can this be changed? thanks
vilaiporn LiteCart Fan Från Thailand Medlem sedan aug. 2017 vilaiporn 18 juli 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 Från Sweden Medlem sedan maj 2013 tim 18 juli 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 Från Thailand Medlem sedan aug. 2017 vilaiporn 19 juli 2023 03:23 [quote].htpasswd was removed in 2.5.x.[/quote] Good to know :)
zara LiteCart Fan Från Australia Medlem sedan apr. 2023 zara 19 juli 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 Från Thailand Medlem sedan aug. 2017 vilaiporn 19 juli 2023 05:34 /public_html/litecart/.htaccess When it is working remove install directory
zara LiteCart Fan Från Australia Medlem sedan apr. 2023 zara 22 juli 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 Från Thailand Medlem sedan aug. 2017 vilaiporn 22 juli 2023 06:00 Yes, /litecart/ will become /shop/ in your case.