Search the Community
Showing results for tags 'www.'.
-
Can't Add my domain with "www." prefix
Ana Hsu posted a question in Getting started with PrestaShop Cloud
Hi Everybody, I read at the documentation that if I need my store to be available both through its raw domain name and it's www-prefixed version (for example, my-store.co.uk and www.my-store.co.uk), I have to add the domain name with the www. in the "Store details" page of my store.. But I tried many times, and the page always shows: This domain name is already registered. Which is not real... I only succesfull added my domain name WITHOUT www. prefix. Using my tickets I asked about the trouble with support, and haven't get a solution.... they answer that is DNS setting problem..... but I had already done the settings before and actually my domain without www. is working fine......... (doc.prestashop.com/display/CLOUD/Managing+domain+names) I've read all posts about Prestashop Cloud and haven't find an concrete solution, Please, can anybody help me with this trouble? Thank you very much!! =D Greetings~ Ana.- 10 replies
-
- Domain Name
- www.
-
(and 5 more)
Tagged with:
-
Dear Admin/User, I am working on 99trendz.com, a PS version 1.5.6.1 website and developed on Transformer theme bought from Themeforest. Since, i have updated my website with latest PS version, the internal links doesnt open with www. For ex, go to 99trendz.com, it will open with and without www but in case you open any URL, it will show you as 99trendz.com/XYZ. Now prefix www. and open as www.99trendz.com/XYZ; it will give you not found error. In case i set my shop/SSL to www.99trendz.com, then URLs doesnt work without www. and indexation doesnt works. Please please! Anyone who can help me fix this issue. I will be grateful to you for my entire life. Please help. Email me here and at [email protected] Thanks a ton in advance. Attached is my .htaccess file Htaccess.txt
-
i cannot connect my website via www.e-piece.co.uk and I connect to its https site either it gives a blank page.. i can only connect it with e-piece.co.uk, I dont know what i have done or changed, but it was ok for days. this is the htaccess file: <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" </IfModule> ## EXPIRES CACHING ## <IfModule mod_headers.c> <FilesMatch "\.(js|css|xml|gz)$"> Header append Vary Accept-Encoding </FilesMatch> </IfModule> #Gzip <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript </ifmodule> #End Gzip # Future Expires Headers <filesmatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$"> Header set Expires "Sat, 27 Dec 2014 23:59:59 GMT" </filesmatch> # Use Mod_deflate to compress static files <ifmodule mod_deflate.c> <filesmatch ".(js|css|ico|txt|htm|html|php)$"> SetOutputFilter DEFLATE </filesmatch> </ifmodule> # Speed up caching FileETag MTime Size FileETag INode MTime Size <IfModule mod_deflate.c> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript </IfModule> </IfModule> <IfModule mod_rewrite.c> SetEnv HTTP_MOD_REWRITE On RewriteEngine on RewriteCond %{HTTP_HOST} ^e-piece.co.uk$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] # Images RewriteCond %{HTTP_HOST} ^e-piece.co.uk$ RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^e-piece.co.uk$ 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} ^e-piece.co.uk$ 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} ^e-piece.co.uk$ 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} ^e-piece.co.uk$ 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} ^e-piece.co.uk$ 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} ^e-piece.co.uk$ 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} ^e-piece.co.uk$ 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} ^e-piece.co.uk$ RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteCond %{HTTP_HOST} ^e-piece.co.uk$ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteCond %{HTTP_HOST} ^e-piece.co.uk$ RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{HTTP_HOST} ^e-piece.co.uk$ RewriteRule ^.*$ - [NC,L] RewriteCond %{HTTP_HOST} ^e-piece.co.uk$ RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] </IfModule> #If rewrite mod isn't enabled ErrorDocument 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
-
- htaccess
- connection failure
-
(and 2 more)
Tagged with:
-
Hola, he cambiado el dominio de mi tienda y el dominio ssl que hay en la pestaña de Preferencias : Seo&url'S de tusesencias.es a www.tusesencias.es Todo bien hasta aqui, entonces he quitado las urls amigables, y las he vuelto a poner para que se regeneren. Ahora el Log In y el registro no me funcionan, vuelven a la pantalla de autenticación. Es solo cuando quito las www. que vuelve a funcionar, pero necesito cambiarlo porque google me indexó con las www! Gracias. La solución ha sido lo de pasar al algoritmo Blowfish y volverlo a cambiar. Se encuentra en Parámetros Avanzados > Rendimiento.