Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
A.Rojo Newcomer
@A.Rojo · Joined 4 years ago · 4 posts · 2 topics · 2 reputation
Badges
Recent posts
-
Better Comments plugin sends email but doesn't post comments
· 4 years ago
Hi, I´m Better Coments developer. Try to: 1.- Remove all plugin files from your Grav CMS 2(a).- Install it with bin/gmp (from your Grav CMS folder in console type bin/gpm install bettercomments). 2(b)
-
Migration utility for Wordpress to Grav CMS
· 4 years ago
Hi all, My co-worker has made a JS utility for easy migration from WordPress to Grav CMS using autogenerated WordPress XML. Here you have a link to his work: https://github.com/XARP616/wordpress-expor
-
How to use a folder out of Grav CMS control
· 4 years ago
I have done it by nginx configuration adding this to my domain conf file location /othercomplexthing { alias /var/www/othercomplexthing; index index.php index.html index.htm; } I think can be better
-
How to use a folder out of Grav CMS control
· 4 years ago
Hi all, I need to use a url like https://mydomain.com/othercomplexthing linked to another folder in the same domain and server where the Grav CMS installation is. I know that the folder need to be har