Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Slavisa Petrovic Newcomer
@slavisko · Joined 9 years ago · 3 posts · 2 topics · 2 reputation
Badges
✏️ First Post
💬 Conversation Starter
Recent posts
-
Admin pro plugin?
· 9 years ago
Hello, what happened with Admin pro plugin? Quote from the blog: Our plan is to re-focus on getting the Admin Pro version finished up and released early next year. For real!
-
Typing subpages with forced SSL redirect end up 404’ing (htaccess issue?)
· 9 years ago
I tried to put above Grav rewrite and it worked! Thanks 😀
-
Typing subpages with forced SSL redirect end up 404’ing (htaccess issue?)
· 9 years ago
I'm using the following in my .htaccess to force SSL: # Redirect to HTTPS RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] ## End - Index However, I'm