Unable to enable certain modules
Solved
LAMP
-
@girish said in Unable to enable certain modules:
mod_ssl is something else - https://httpd.apache.org/docs/current/mod/mod_ssl.html . Can you check or tell us why you need this?
Hi @girish
I need the
mod_ssl
because i found that the above mentionedRewriteRule
to anhttps
url doesn't work, unlessmod_ssl
is enabled. -
@shrey said in Unable to enable certain modules:
RewriteRule ^(.*)$ https://service.prerender.io/%{REQUEST_SCHEME}://%{HTTP_HOST}/$1 [P,L]
Is this even correct? there are two ":" . not an expert but something seems off here
-