yoimthebest Posted March 29, 2013 Share Posted March 29, 2013 Hello I just started a project... www.juicecases,com I uploaded prestashop into my website www.juicecases.com. My prestashop folder is located to www.juicecases.com/prestashop everything worked fine(i mean when i would go on www.juicecases,com/prestashop i was able to see my website). But i went into my Domain forwarding parameter in godaddy and i wanted that when people type www.juicecases.com , its would forward them to my prestashop folder. Now nothing is working when i go on my website its saying ''This website is temporarly unavailable'. I did a Permanent Domain Forward (if this info can help)... So now my website is not working(unless if i disable domain forward.. but i want it !!!)... 'This website is temporarly unavailable' but when i DELETE the domain forwarding, then everything work.. except i gotta go on www.juicecases,com/prestashop instead of www.juicecases.com. So what i need to do guys ? Help me please thanks ! joe Link to comment Share on other sites More sharing options...
benjamin utterback Posted March 29, 2013 Share Posted March 29, 2013 Hi Joe, Can you access your BackOffice and let us know what your Preferences>SEO URL> Set Shop URL values are? This will give us more information to get your site back up. Link to comment Share on other sites More sharing options...
yoimthebest Posted March 29, 2013 Author Share Posted March 29, 2013 Of course Domain: juicecases.com domain ssl: juicecases.com directory : /prestashop/ thanks alot Link to comment Share on other sites More sharing options...
benjamin utterback Posted March 29, 2013 Share Posted March 29, 2013 Hi jongilbert, try deleting your directory, leave it blank. Keep us posted on the results. Thanks! Link to comment Share on other sites More sharing options...
yoimthebest Posted March 29, 2013 Author Share Posted March 29, 2013 ok i will delete my domain forwarding (because i cant access my site right now because of this problem..). Should take maybe an 1 hour or 2 before i can see final result. will keep you informed,. thanks alot !< joe Link to comment Share on other sites More sharing options...
yoimthebest Posted March 29, 2013 Author Share Posted March 29, 2013 hello no as you can see if you go on www.juicecases.com its still saying This website is temporarily unavailable, please try again later... and i leaved the directory blank as you said in my backstore in seo url ... what i need to do Link to comment Share on other sites More sharing options...
yoimthebest Posted March 29, 2013 Author Share Posted March 29, 2013 Here is my htacces # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule . - [E=REWRITEBASE:/prestashop/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^.*$ - [NC,L] RewriteCond %{HTTP_HOST} ^juicecases.com$ RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> #If rewrite mod isn't enabled ErrorDocument 404 /prestashop/index.php?controller=404 # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again Link to comment Share on other sites More sharing options...
benjamin utterback Posted March 29, 2013 Share Posted March 29, 2013 Hi, I was thinking that you should keep the domain forwarding on. Enable the domain forwarding and delete the /prestashop/ form that directory field. Link to comment Share on other sites More sharing options...
Recommended Posts