.htaccess - htaccess rewriterule on https page -
i've installed ssl , htaccess rewrite rule doesn't work
rewriteengine on rewriterule ^([^/\.]+)/?$ /index.php?page=$1 [l]
this code works on non-ssl page(http).
how can make rewriterule works on ssl page(https)?
there nothing special https in code. document_root
different https virtual server. copy above .htaccess of yours document_root
folder of https virtual domain , should start working.
Comments
Post a Comment