Age | Commit message (Collapse) | Author | Files | Lines |
|
... and add `/.htaccess` to the ignore list in `.gitignore`.
If one wants to configure Apache by using the good old `.htaccess` file,
all they have to do is copying the `core/ws-apache.conf` to `.htaccess`.
Because of the `.gitignore`, Git will not list the `.htaccess` file as
changed anymore if it contains additional configuration parameters.
|
|
Stop using "rsrc" as name for the directories which contain static files
and rename them to "static". This affects the global static directory
and the subdirectories in the theme directories.
If you've stored your own files in the old global "rsrc" directory, you
must move them to the new "static" directory.
|
|
|
|
|
|
|
|
Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character.
|
|
|