Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

How to use a folder out of Grav CMS control

Started by A.Rojo 4 years ago · 1 replies · 494 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 blu3prince, 4 days ago
1 82 12 hours ago
Support · by complanar, 7 days ago
6 163 2 days ago
Support · by Rick Beebe, 7 days ago
2 121 4 days ago
Support · by alex, 5 days ago
2 105 4 days ago
Support · by Marcel, 2 weeks ago
1 155 5 days ago