Files
nextcloud-server-mirror/core
Lukas Reschke 2515cb17be Support pretty URLs
This changeset allows ownCloud to run with pretty URLs, they will be used if mod_rewrite and mod_env are available. This means basically that the `index.php` in the URL is not shown to the user anymore.

Also the not deprecated functions to generate URLs have been modified to support this behaviour, old functions such as `filePath` will still behave as before for compatibility reasons.

Examples:
http://localhost/owncloud/index.php/s/AIDyKbxiRZWAAjP => http://localhost/owncloud/s/AIDyKbxiRZWAAjP
http://localhost/owncloud/index.php/apps/files/ => http://localhost/owncloud/apps/files/

Due to the way our CSS and JS is structured the .htaccess uses some hacks for the final result but could be worse... And I was just annoyed by all that users crying for the removal of `index.php` ;-)
2015-12-01 16:46:07 +01:00
..
2015-12-01 11:55:20 +01:00
2015-10-26 14:04:01 +01:00
2015-12-01 11:55:20 +01:00
2015-12-01 16:46:07 +01:00
2015-12-01 01:55:07 -05:00
2015-11-24 15:01:20 +01:00
2015-10-05 21:15:52 +02:00
2015-03-26 11:44:36 +01:00
2015-11-28 12:21:53 +01:00
2015-03-26 11:44:36 +01:00
2015-10-26 14:04:01 +01:00
2015-12-01 11:55:20 +01:00
2015-10-26 14:04:01 +01:00
2015-11-27 14:26:39 +01:00
2015-06-25 14:13:49 +02:00