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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Support

How to use a folder out of Grav CMS control

Started by A.Rojo 4 years ago · 1 replies · 347 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 Thomas, 1 week ago
2 60 16 hours ago
Support · by Anna, 3 days ago
2 66 19 hours ago
Support · by Justin Young, 20 hours ago
1 34 20 hours ago
Support · by Duc , 1 week ago
2 70 6 days ago
Support · by Colin Hume, 1 week ago
2 61 6 days ago