mtporter Posted December 30, 2013 Share Posted December 30, 2013 I have my PS in a sub-directory of /store. How do I make it appear on the root? One of the things I see is this: URL rewriting (mod_rewrite) is not active on your server, or it is not possible to check your server configuration. If you want to use Friendly URLs, you must activate this mod. Link to comment Share on other sites More sharing options...
walidon Posted December 30, 2013 Share Posted December 30, 2013 (edited) If you have your prestashop in subfolder and you want move it to root, you have to: - Copy/paste all files to root - Change configuration (config/settings.inc.php) file Change this line: define(‘__PS_BASE_URI__’, ‘/subfolder/’); to define(‘__PS_BASE_URI__’, ‘/’); If you are using user friendly url you have to edit your .htaccess file-Open .htaccess file with text editor -Delete subfolder string from all lines Edited December 30, 2013 by walidon (see edit history) Link to comment Share on other sites More sharing options...
mtporter Posted December 30, 2013 Author Share Posted December 30, 2013 Could you use the multi-store function/module? Link to comment Share on other sites More sharing options...
vekia Posted December 30, 2013 Share Posted December 30, 2013 everything depends on ps version that you use. if you use 1.5 you have to use seo & urls preferences (base uri param) Link to comment Share on other sites More sharing options...
cjrent Posted December 30, 2013 Share Posted December 30, 2013 mtporter....we just recently (December 17th) moved our site from sub-folder to root. I documented what I did and our experience in the forum link below... http://www.prestashop.com/forums/topic/294973-moving-prestashop-from-subdirectory-to-root/?do=findComment&comment=1498645 I hope this helps you. We are using prestashop 1..5.4.1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now