angular-seo icon indicating copy to clipboard operation
angular-seo copied to clipboard

?_escaped_fragment_= is not working https

Open verishal opened this issue 8 years ago • 1 comments

when i hit url: http://example.com/?escaped_fragment= but only In https request time not working . https://example.com/?escaped_fragment=

that time page is not render. how can resolve this issue. please help

my .htacesss file RewriteEngine On RewriteCond %{HTTPS} !=on

RewriteRule ^(.)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # Tried for SSR -Verishal Options +FollowSymLinks RewriteCond %{REQUEST_URI} ^/$ RewriteCond %{QUERY_STRING} ^escaped_fragment=/?(.)$ #RewriteCond %{QUERY_STRING} escaped_fragment=/([^&]) RewriteRule ^/(.) http://example.com:9090/$1 [R,L] ProxyPassReverse / http://example.com:9090/ Options Indexes FollowSymLinks MultiViews

Production envirment url: phantomjs --disk-cache=no --ssl-protocol=TLSv1 --ignore-ssl-errors=true --web-security=false /opt/bitnami/apache-tomcat/staging/ROOT/js/angular-seo-server.js 9090 https://example..com/

verishal avatar Oct 31 '17 06:10 verishal

Issue has fixed..thanks .............only port and SSL figerout the issue

verishal avatar Apr 21 '18 19:04 verishal