From caf52f9ef630c65fff18d1f1afcd7d24ba161016 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Fri, 29 Apr 2016 09:58:04 -0700 Subject: [PATCH] pretty urls --- admin_manual/installation/source_installation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 95082cf5e..52765cf7d 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -21,6 +21,7 @@ Apache and MariaDB, using `the ownCloud .tar archive * :ref:`ubuntu_installation_label` * :ref:`binlog_format_label` * :ref:`apache_configuration_label` +* :ref:`pretty_urls_label` * :ref:`enabling_ssl_label` * :ref:`installation_wizard_label` * :ref:`strong_perms_label` @@ -266,6 +267,15 @@ Additional Apache Configurations * If you're running ownCloud in a subdirectory and want to use CalDAV or CardDAV clients make sure you have configured the correct :ref:`service-discovery-label` URLs. + +.. _pretty_urls_label: + +Pretty URLs +----------- + +Pretty URLs are created automatically when ``.htaccess`` is writable by the +HTTP user, ``mod_env`` and ``mod_rewrite`` are installed, and +``'overwrite.cli.url'`` in your ``config.php`` is set to any non-null value. .. _enabling_ssl_label: