dlbgroup Posted July 4, 2014 Share Posted July 4, 2014 Hi guys, first post, long time lurker now an active member, Well, the thing is, I received a prestashop site that in order to edit a few things, need it to download and install it in my localhost, edited the database for the URL to have it pointing to localhost/sitefolder/store instead of domain/store/ but now when I try to load something the url in my browser is: http://127.0.0.1/alltrueistic/store/store/index.php So it is repeating the store folder I just need it to be like: http://127.0.0.1/alltrueistic/store/index.php But I was looking in the database and cannot find that URL, so wondering if you more seasoned guys have an idea of where to look? Thanks a lot!Arturo Link to comment Share on other sites More sharing options...
vekia Posted July 5, 2014 Share Posted July 5, 2014 can you show what you've got in base uri field under preferences > seo & urls tab in your back office? Link to comment Share on other sites More sharing options...
webdev0008 Posted July 5, 2014 Share Posted July 5, 2014 Hi please check the shop domain and base uri in preference > seo & url as vekia mentioned. if it correct then click on save so it update your website .htacess. Link to comment Share on other sites More sharing options...
dlbgroup Posted July 7, 2014 Author Share Posted July 7, 2014 Thanks you guys, the thing is, because it is repeating the /store/ I cant access to the admin area, question, where in the database I can change that directly? Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 7, 2014 Share Posted July 7, 2014 Thanks you guys, the thing is, because it is repeating the /store/ I cant access to the admin area, question, where in the database I can change that directly? They table should be in ps_shop_url what does it say in that table? Link to comment Share on other sites More sharing options...
dlbgroup Posted July 7, 2014 Author Share Posted July 7, 2014 (edited) They table should be in ps_shop_url what does it say in that table? uhmmm, thats weird, I don-t have that table.... EDIT: Sorry, found it, was looking in somewhere else, it says: Domain: 127.0.0.1/alltrueistic/store/ domain ssl: 127.0.0.1/alltrueistic/store/ physical uri /store/ Edited July 7, 2014 by dlbgroup (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 7, 2014 Share Posted July 7, 2014 uhmmm, thats weird, I don-t have that table.... EDIT: Sorry, found it, was looking in somewhere else, it says: Domain: 127.0.0.1/alltrueistic/store/ domain ssl: 127.0.0.1/alltrueistic/store/ physical uri /store/ from domain remove /store/ or change physical uri to "/" Link to comment Share on other sites More sharing options...
dlbgroup Posted July 7, 2014 Author Share Posted July 7, 2014 from domain remove /store/ or change physical uri to "/" from domain remove /store/ or change physical uri to "/" All righty, now it is: Domain: 127.0.0.1/alltrueistic/store/ domain ssl: 127.0.0.1/alltrueistic/store/ physical uri / But now it says This page has a redirect loop Link to comment Share on other sites More sharing options...
vekia Posted July 7, 2014 Share Posted July 7, 2014 okay so another try use 127.0.0.1 as domain and as base uri use this: /alltrueistic/store/ Link to comment Share on other sites More sharing options...
Recommended Posts