Bart Russel Posted October 21, 2020 Posted October 21, 2020 (edited) How can I change my product page URL?? How can I change my product page URL fromhttp://mywebsite.com/index.php?/store/product/listed-like-this-now/ tohttp://mywebsite.com/listed-like-this-instead/ Edited October 21, 2020 by Bart Russel
Bart Russel Posted October 22, 2020 Author Posted October 22, 2020 I need to upload htaccess and it says "upload it to your site's directory" where? under htdocs where index.php etc is located?
Bart Russel Posted October 22, 2020 Author Posted October 22, 2020 I need to upload htaccess and it says "upload it to your site's directory" where? under htdocs where index.php etc is located?
Rhett Posted October 22, 2020 Posted October 22, 2020 The same location you have your conf_global.php file.
Bart Russel Posted October 22, 2020 Author Posted October 22, 2020 Did that and it's still not working.
Nathan Explosion Posted October 22, 2020 Posted October 22, 2020 That's a file called htaccess It needs to be renamed to .htaccess Rhett 1
Bart Russel Posted October 22, 2020 Author Posted October 22, 2020 (edited) Did that.... same error Edited October 22, 2020 by Bart Russel
Bart Russel Posted October 22, 2020 Author Posted October 22, 2020 Uploaded and still getting an error........
CoffeeCake Posted October 22, 2020 Posted October 22, 2020 @Bart Russel: .htaccess will only work if your web server is provisioned to use it and can read the file. Is this a shared hosting environment? Are you using apache or some other web server like nginx (you'd need to this another way if nginx)? Can the account at the web server is running on read the .htaccess file?
bfarber Posted October 23, 2020 Posted October 23, 2020 If you are using nginx as your weberver, or if your host has AllowOverrides disabled, you will need to contact your host for assistance enabling rewrites.
Recommended Posts