This repository was archived by the owner on Feb 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 166
How to enable index.php-less URLs #2548
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
@RealRancor, thanks for your PR! By analyzing the annotation information on this pull request, we identified @carlaschroder to be a potential reviewer |
|
|
||
| The first step is to configure the ``overwrite.cli.url`` and ``htaccess.RewriteBase`` | ||
| config.php options (See :doc:`config_sample_php_parameters`). If you're accessing | ||
| your ownCloud instance via ``https://example.com/`` the following two options needs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/needs/need/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 👍 Already fixed
|
Just had to rewrite/update the "Prerequisites" part. |
|
|
||
| The requested uri(\\/login) cannot be processed by the script '\\/owncloud\\/index.php' | ||
|
|
||
| make sure that you have configured the two ``config.php`` option listed above correctly. No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/option/options/
|
👍 Thanks @RealRancor |
DeepDiver1975
pushed a commit
that referenced
this pull request
Aug 1, 2016
DeepDiver1975
pushed a commit
that referenced
this pull request
Aug 1, 2016
DeepDiver1975
added a commit
that referenced
this pull request
Aug 2, 2016
DeepDiver1975
added a commit
that referenced
this pull request
Aug 2, 2016
dercorn
pushed a commit
that referenced
this pull request
Aug 18, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2431