Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

How to use a folder out of Grav CMS control

Started by A.Rojo 4 years ago · 1 replies · 458 views
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 hard-linked, but i dont know how to configure grav to put this folder out of his manage.

I have configured Multisite with folder estructure, but the folder added is under Grav CMS mange.

Any sugestion or help.

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 doing with grav CMS setup, any idea to do it with grav CMS config

Suggested topics

Topic Participants Replies Views Activity
Support · by Paul Hodges, 4 weeks ago
19 490 6 days ago
Support · by Lauw, 1 week ago
2 107 1 week ago
Support · by Anna, 3 weeks ago
4 429 1 week ago
Support · by gtx, 4 weeks ago
4 380 3 weeks ago
Support · by Anna, 1 month ago
9 487 4 weeks ago