Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
ec98ecff
Commit
ec98ecff
authored
12 years ago
by
Bart Visscher
Browse files
Options
Downloads
Patches
Plain Diff
Catch old app paths, change them to new form
parent
31d623f4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.htaccess
+4
-2
4 additions, 2 deletions
.htaccess
with
4 additions
and
2 deletions
.htaccess
+
4
−
2
View file @
ec98ecff
...
...
@@ -14,8 +14,10 @@ php_value memory_limit 512M
</
IfModule
>
<
IfModule
mod_rewrite.c
>
RewriteEngine
on
RewriteRule
.* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}
,last
]
RewriteRule
.* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule
^.well-known/carddav /remote/carddav.php [R]
RewriteRule
^.well-known/caldav /remote/caldav.php [R]
RewriteRule
^apps/([^/]*)/(.*.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L]
</
IfModule
>
Options
-Indexes
\ No newline at end of file
Options
-Indexes
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment