thehurricane Posted August 21, 2019 Share Posted August 21, 2019 Hello, I am trying to enable SSL on my PS 1.7 shop. But unfortunately I have problem. When I enable SSL on all pages and have friendly URL's enabled I cant access any of categories, only homepage is working. But when I switch friendly URL's off it is working... Backoffice works corectly on both options. Anyone had similar problem? Regards Link to comment Share on other sites More sharing options...
thehurricane Posted August 29, 2019 Author Share Posted August 29, 2019 Ok I've founded solution by my own For me it worked: Change t file (/etc/apache2/sites-available/default-ssl) from: <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride none Order allow,deny allow from all </Directory> to: <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny allow from all </Directory> and thats all 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