You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have follow your tutorial . i got good help. but i stunk small issue.
why not take ?escaped_fragment= in https, but In still working in http. because i'm generate html snapshot ,In phantomjs throw. i had major problem in https.
how can resolve .please help me.
i have this htaccess:
i have follow your tutorial . i got good help. but i stunk small issue.
# Redirect "/blog" "http://blog.xyz.com/" DocumentRoot "/opt/bitnami/apache2/htdocs" ServerName www.xyz.com RewriteEngine On RewriteCond %{HTTPS} !=onwhy not take ?escaped_fragment= in https, but In still working in http. because i'm generate html snapshot ,In phantomjs throw. i had major problem in https.
how can resolve .please help me.
i have this htaccess:
#RewriteRule ^(.*)$ http://%{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://www.xyz.com:9090/$1 [NC,L]
ProxyPassReverse / http://www.xyz.com:9090/
Options Indexes FollowSymLinks MultiViews
RewriteCond %{QUERY_STRING} ^escaped_fragment=/?(.*)$
RewriteRule ^(.*)$ /snapshots/%1? [NC,L]
#Options Indexes FollowSymLinks MultiViews
#<directory "d:="" snapshots"="">
#Allow from all
#Require all granted
#
The text was updated successfully, but these errors were encountered: