No .htaccess File
The purpose of a .htaccess file is to provide a way to make configuration changes on a per-directory basis. However if we have access to the Apache configuration files, then we can simply place the settings in there rather than the root .htaccess file, which provides better performance.
To do this, edit (?) and place the following lines at the end of the file:
<Directory "/path/to/processwire"> </Directory>
Then copy the entire contents of the .htaccess file and place it between the two lines above. Restart Apache afterwards.
- Episode #
- 6 of 7
- Course
- .htaccess File