im running angular js on my main domain and running prerender node for seo caching. the problem is i keep on getting 404 on this <ifmodule mod_rewrite.c=""> RewriteEngine On Options +FollowSymLinks All
</ifmodule> when im using this i keep on getting 404 on [P] it it keeps on saying /panel/ not found on my url http://example.com/panel/ but if i change it to [R] its working. i dont really know the problem but while searching this whole day they said its the mod_proxy. i dont really know.. please help me.. asked 02 Mar '15, 11:10 Vladimer Ram... |
The main issue I notice is this line,
has http:// twice, which is invalid. Protocol is only defined once in a valid URL. Read our docs for some working examples of other redirects to see what the syntax typically looks like. They should not be broken by the '<ifmodule mod_proxy_http.c="">' in the middle either. answered 02 Mar '15, 23:15 johns |