ORIENT/config
Samuel Georges c9cf2b4352 Roll back redirection function
This is a magical solution to a non-issue (aesthetic), it could easily be introduced by a plugin and is not a good substitute for proper web server configuration. Eg, Apache:

    ##
    ## Directory Listing attempts
    ##
    DirectorySlash Off
    RewriteOptions AllowNoSlash

    ##
    ## Redirect Trailing Slashes...
    ##
    RewriteRule ^(.*)/$ /$1 [L,R=301]
2015-05-18 19:09:03 +10:00
..
dev Migrate bootstrap process 2015-02-04 19:31:41 +11:00
testing Fixes unit tests so they pass 2015-03-02 16:02:13 +11:00
app.php Updates on Brand Settings 2015-03-11 20:30:41 +01:00
cache.php Minor 2015-02-07 13:27:01 +11:00
cms.php Roll back redirection function 2015-05-18 19:09:03 +10:00
database.php Change default path 2015-03-14 15:12:43 +11:00
filesystems.php Update various configs 2015-02-07 19:42:40 +11:00
mail.php Update various configs 2015-02-07 19:42:40 +11:00
queue.php Update various configs 2015-02-07 19:42:40 +11:00
services.php Various minor touch ups 2015-02-21 19:16:14 +11:00
session.php Update various configs 2015-02-07 19:42:40 +11:00
view.php Update various configs 2015-02-07 19:42:40 +11:00