-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Did everything but still not working #3
Comments
Check that the line: RewriteRule ^(index.html|index.php)?(.*) https://service.prerender.io/%{REQUEST_SCHEME}://%{HTTP_HOST}/$2 [P,END] make sure their is a / between {HTTP_HOST} and $2 (there is a bug in the example) |
actually we deliberately removed that / because it caused |
it does not work at all without the |
This is the current address of the official prerender.io support: https://prerender.typeform.com/to/MRZgaP4y |
I have understood both files but if i am writing same code into both .htaccess and htpd.conf then it show nothing. I have tried with endpoint testing then it worked but why not in apache. what i am missing?
The text was updated successfully, but these errors were encountered: