summaryrefslogtreecommitdiffstats
path: root/.htaccess
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing tabFelix Eckhofer2014-04-281-1/+1
|
* Escape literal dots in mod_rewrite regexesFelix Eckhofer2014-04-281-6/+6
|
* Remove .htaccess creation codeLukas Reschke2014-02-281-2/+0
| | | | | 1. We're maintaining the same code twice which leads inevitably to problems as this one. The createHtaccess routine is only used to use the correct paths to the 404 and 403 document. 2. Updating the ownCloud instance as described in our documentation (`Delete everything from your ownCloud installation directory, except data and config.`) will break the links to the ErrorDocuments anyways and show the default error handlers if ownCloud is not installed in the root directory.
* remove css files from rewrite rule - there is no need to rewrite css any moreThomas Müller2014-01-231-1/+1
|
* turn off mod_pagespeedThomas Müller2014-01-081-0/+3
|
* disable mbstring.func_overloadThomas Tanghus2013-05-101-0/+1
|
* Try to prefer index.php over index.html in the same directoryDaniel Molkentin2013-04-241-0/+3
| | | | | Add JS redirect if that fails (HTTP-based redirects are disabled by default in more recent Firefox versions).
* remove php_valueMyles McNamara2013-03-071-1/+0
| | | php_value can only be used with mod_php, using it with FCGI will cause 500 Internal Server errors.  This needs to be set in php.ini manually or set using ini_set().
* Refix #1931Brice Maron2013-02-271-1/+1
|
* Merge pull request #1931 from owncloud/fastcgiThomas Müller2013-02-261-0/+1
|\ | | | | add cgi pathinfo when fcgi is enabled #1189
| * add cgi pathinfo when fcgi is enabled #1189Bernhard Posselt2013-02-261-0/+1
| |
* | added defaultcharset to utf-8 in htaccessBernhard Posselt2013-02-261-0/+1
|/
* add /.well-known/host-meta.json to .htaccessMichiel de Jong2012-11-101-0/+1
|
* Fix WebDAV (and Android Client) not being able to authorize on Debian ↵Stefan Seidel2012-11-091-0/+8
| | | | Squeeze + mod_fcgid installs.
* add svg mimetype to default htaccessRobin Appelman2012-10-281-0/+4
|
* update translationsRobin Appelman2012-06-061-2/+2
|
* add caldav and carddav files in their old place for backward compatibility - ↵Georg Ehrke2012-05-161-1/+3
| | | | add rewriterule for caldav and carddav
* move auth.css and remoteStorage-big.png to assets folders From where they ↵Michiel de Jong2012-05-141-1/+1
| | | | can be included
* remove redirects in htaccess to improve compatibility with desktop clientGeorg Ehrke2012-05-141-4/+0
|
* trying to fix /.well-known/host-metaMichiel de Jong2012-05-111-1/+2
|
* remove empty line in .htaccessGeorg Ehrke2012-05-101-3/+2
|
* update htaccess file and remove remote folderGeorg Ehrke2012-05-071-6/+6
|
* Working remote.php with webdav and caldavBart Visscher2012-05-061-0/+1
|
* Better regex for old apps rewrite ruleBart Visscher2012-05-031-1/+1
|
* Catch old app paths, change them to new formBart Visscher2012-05-021-2/+4
|
* create folder 'remote' for the remote services like caldav, carddav and webdavGeorg Ehrke2012-05-021-3/+7
|
* Add well-known redirects to htaccessBart Visscher2012-04-151-0/+2
| | | | | | Fixes: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-232 http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-445
* add error 403 siteGeorg Ehrke2012-03-251-0/+1
|
* bugfix for oc-236Stefan Göckeritz2012-02-101-1/+3
|
* don't try to use mod_rewrite when it isn't enabledRobin Appelman2012-01-031-0/+2
| | | | having a broken web/card/caldav is much better as having no ownCloud at all :)
* mergedBartek Przybylski2011-12-211-2/+0
|\
| * Removed if !mod_php5.c around RewriteRuleSean Leonard2011-11-041-2/+0
| | | | | | | | Made things work on Dreamhost shared hosting
* | adjusting to new db "api", merge with masterBartek Przybylski2011-10-271-0/+1
|/
* Merge branch 'master' into calendarGeorg Ehrke2011-10-131-0/+4
|\
| * webdav workaround for apache+php-cgiRobin Appelman2011-10-131-0/+4
| |
| * adding tmp icon for app, extending memory size for php in .htaccessBartek Przybylski2011-10-021-5/+5
| |
| * removing add new album button, removing logs, and unused codeBartek Przybylski2011-10-011-0/+1
| |
* | Implemented ace-edtior as an app. Basic file editing and saving supported.Tom Needham2011-09-281-4/+4
|/
* fix .htaccess file crashing apache+php-cgiRobin Appelman2011-08-221-3/+5
|
* Set max upload size to something saneRobin Appelman2011-08-121-2/+2
| | | | we cant use a very high value since some apache configurations dont seem to handle it properly
* set default max upload size in the .htaccess file to something rediculousRobin Appelman2011-08-111-3/+3
| | | | and don't show the max filesize message when the limit is over 10GB
* fix 404Kamil Domanski2011-06-231-1/+1
|
* forbid indexesKamil Domanski2011-06-231-0/+1
|
* make fileactions extendable by pluginsRobin Appelman2011-06-041-0/+4