Frage

I've already enable headers using command a2enmod headers,i want to vim it to edit cache-control allowed http no_cache, just don't know where is .htaccess located.

War es hilfreich?

Lösung

.htaccess is a control file which can be located in arbitrary folder in order to overwrite apache default settings regarding that folder and its subfolders.

Create that file inside the document root of your project and edit it.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top