Jump to content

SSL and the good old .htacess


Recommended Posts

Hello there,

 

i want to activate the .SSL on my prestashop. I got the problem, that as my hoster sais the .htacess is redirecting to the language file and not to the domain the .SSL is linked with.

 

The domain is http://gamelivery.com/

 

This is the start of my .htacess

<IfModule mod_rewrite.c>
<IfModule mod_env.c>
SetEnv HTTP_MOD_REWRITE On
</IfModule>

RewriteEngine on
RewriteRule . - [E=REWRITEBASE:/]
RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] 

Here are my URL and SEO setups:

 

Shop domain: gamelivery.com

SSL domain: gamelivery.com

Base URL: /

Route to products: {category:/}{id}-{rewrite}{-:ean13}.html

Route to category: {id}-{rewrite}

Route to category with attribute selected_filter for the module block layered: {id}-{rewrite}{/:selected_filters}

Route to supplier: {id}__{rewrite}

Route to manufacture: {id}_{rewrite}

Route to CMS page: content/{id}-{rewrite}

Route to CMS category: content/category/{id}-{rewrite}

Route to modules:module/{module}{/:controller}

Edited by Vire (see edit history)
Link to comment
Share on other sites

Ye got that problem as well, i clicked on the activate ssl thing and got to a login panel but nothign happened after logging in. Its something in the .htaccess i belive but no one got a solution for this. I also asked the devs of prestashop but since i dont spend 12.921.192$ each year in imba platinum hyper support it will take some days/weeks untill they answer, ill copy the answer into this thread but im quite sure it wont help that much mostly the answers are very "general" and could be for like everything.

Link to comment
Share on other sites

Ye got that problem as well, i clicked on the activate ssl thing and got to a login panel but nothign happened after logging in. Its something in the .htaccess i belive but no one got a solution for this. I also asked the devs of prestashop but since i dont spend 12.921.192$ each year in imba platinum hyper support it will take some days/weeks untill they answer, ill copy the answer into this thread but im quite sure it wont help that much mostly the answers are very "general" and could be for like everything.

 

I will try to raise this topic in the Russian forum thread, can anyone faced such a problem.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...