HSMall Posted January 20, 2015 Share Posted January 20, 2015 When you type in my website url, it comes up double. It's under maintenance mode but I'm ready to go live on Wednesday morning however I'm running into this problem. Please note that there hasn't been a problem for months and it was working just this morning. Also, my logo won't come up anymore on the maintenance page. I already contacted my web host and they said it's not coming from their side. I need help ASAP!! The store's website address is www.hobbysupermall.com. Thanks!! Link to comment Share on other sites More sharing options...
American Home Brands Posted January 20, 2015 Share Posted January 20, 2015 I have the same issue on my live shop. Not sure when it started, but the checkout page comes up https://https//www.americanhomebrand.com/order. Link to comment Share on other sites More sharing options...
HSMall Posted January 20, 2015 Author Share Posted January 20, 2015 I would love for someone to help us figure this out! Link to comment Share on other sites More sharing options...
Gorillascales Posted January 20, 2015 Share Posted January 20, 2015 I believe you both have errors in your htaccess file. If you have recently made changes to that file, I would go in and double check your written rules and make sure that you haven't added http/https where it shouldn't be. Link to comment Share on other sites More sharing options...
HSMall Posted January 20, 2015 Author Share Posted January 20, 2015 I never touched the htaccess file so I have no idea where to begin to fix that. Link to comment Share on other sites More sharing options...
American Home Brands Posted January 21, 2015 Share Posted January 21, 2015 I'm with you HSMALL... Link to comment Share on other sites More sharing options...
American Home Brands Posted January 21, 2015 Share Posted January 21, 2015 Ok found it, but what do I change? # ~~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><IfModule mod_env.c>SetEnv HTTP_MOD_REWRITE On</IfModule>RewriteEngine onRewriteRule . - [E=REWRITEBASE:/]RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]# AlphaImageLoader for IE and fancyboxRewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]RewriteRule . - [E=REWRITEBASE:/]RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]# AlphaImageLoader for IE and fancyboxRewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]</IfModule>AddType application/vnd.ms-fontobject .eotAddType font/ttf .ttfAddType font/otf .otfAddType application/x-font-woff .woff<IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/vnd.microsoft.icon "access plus 1 year" ExpiresByType application/font-woff "access plus 1 year" ExpiresByType application/x-font-woff "access plus 1 year" ExpiresByType application/vnd.ms-fontobject "access plus 1 year" ExpiresByType font/opentype "access plus 1 year" ExpiresByType font/ttf "access plus 1 year" ExpiresByType font/otf "access plus 1 year" ExpiresByType application/x-font-ttf "access plus 1 year" ExpiresByType application/x-font-otf "access plus 1 year"</IfModule><IfModule mod_headers.c> Header unset Etag</IfModule>FileETag none<IfModule mod_deflate.c> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript </IfModule></IfModule>#If rewrite mod isn't enabledErrorDocument 404 /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# start ~ module watermark sectionOptions +FollowSymLinksRewriteEngine OnRewriteRule [0-9/]+/[0-9]+\.jpg$ - [F]# end ~ module watermark section Link to comment Share on other sites More sharing options...
American Home Brands Posted January 22, 2015 Share Posted January 22, 2015 OK...WAY past the point of frustrated now. I guess I'll go back to ZenCart. Link to comment Share on other sites More sharing options...
Gorillascales Posted January 22, 2015 Share Posted January 22, 2015 Sorry, I wish I could be of more help.. I am also considering going back to zen cart. This PS has quiet a drastic learning curve :/ Link to comment Share on other sites More sharing options...
HSMall Posted January 22, 2015 Author Share Posted January 22, 2015 I found out this morning that you need to have a '/' under Base URL box in the SEO section and not your URL. It has taken care of the problem for me. 1 Link to comment Share on other sites More sharing options...
American Home Brands Posted January 22, 2015 Share Posted January 22, 2015 (edited) By George... that fixed it. It took two days of screwing around with various setting, sorting through endless forum posts, tutorials, etc, etc. but it works now and that's all that really matters. Wonder how may customers and money I lost for however long this had been going on? Edited January 22, 2015 by American Home Brands (see edit history) 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