Commit Graph

143 Commits (master)

Author SHA1 Message Date
Felix Eckhofer 460d06c235 Escape literal dots in mod_rewrite regexes 10 years ago
Lukas Reschke 357fdb1a4d Remove .htaccess creation code
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.
10 years ago
Thomas Müller 269f24cf96 remove css files from rewrite rule - there is no need to rewrite css any more 10 years ago
Thomas Müller 5eef107344 turn off mod_pagespeed 11 years ago
Thomas Tanghus 78559c0863 disable mbstring.func_overload 11 years ago
Daniel Molkentin a86fe7920b Try to prefer index.php over index.html in the same directory
Add JS redirect if that fails (HTTP-based redirects are disabled by
default in more recent Firefox versions).
11 years ago
Myles McNamara ef2e84026e remove php_value
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().
11 years ago
Brice Maron 6c26214955 Refix #1931 11 years ago
Thomas Müller f3a8bf9260 Merge pull request #1931 from owncloud/fastcgi
add cgi pathinfo when fcgi is enabled #1189
11 years ago
Bernhard Posselt 26d5992161 add cgi pathinfo when fcgi is enabled #1189 11 years ago
Bernhard Posselt 023f19e929 added defaultcharset to utf-8 in htaccess 11 years ago
Michiel de Jong e37dd7aa82 add /.well-known/host-meta.json to .htaccess 12 years ago
Stefan Seidel 8f669880bc Fix WebDAV (and Android Client) not being able to authorize on Debian Squeeze + mod_fcgid installs. 12 years ago
Robin Appelman 6bc156ba69 add svg mimetype to default htaccess 12 years ago
Robin Appelman f1b10fcc93 update translations 12 years ago
Georg Ehrke 9e83c3f823 add caldav and carddav files in their old place for backward compatibility - add rewriterule for caldav and carddav 12 years ago
Michiel de Jong 4c6d11e223 move auth.css and remoteStorage-big.png to assets folders From where they can be included 12 years ago
Georg Ehrke 3f86fd5193 remove redirects in htaccess to improve compatibility with desktop client 12 years ago
Michiel de Jong 02cee2c562 trying to fix /.well-known/host-meta 12 years ago
Georg Ehrke a69c53caef remove empty line in .htaccess 12 years ago
Georg Ehrke 9bdd00c0f2 update htaccess file and remove remote folder 12 years ago
Bart Visscher f69f764e8b Working remote.php with webdav and caldav 12 years ago
Bart Visscher b62a8ba0f8 Better regex for old apps rewrite rule 12 years ago
Bart Visscher ec98ecff05 Catch old app paths, change them to new form 12 years ago
Georg Ehrke da03d05700 create folder 'remote' for the remote services like caldav, carddav and webdav 12 years ago
Bart Visscher ea99e1184d Add well-known redirects to htaccess
Fixes:
http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-232
http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-445
12 years ago
Georg Ehrke ec40f69c9e add error 403 site 12 years ago
Stefan Göckeritz d9db6e73d8 bugfix for oc-236 12 years ago
Robin Appelman 4c8f17ad47 don't try to use mod_rewrite when it isn't enabled
having a broken web/card/caldav is much better as having no ownCloud at all :)
13 years ago
Bartek Przybylski 3c42867109 merged 13 years ago
Sean Leonard 70014c4fd0 Removed if !mod_php5.c around RewriteRule
Made things work on Dreamhost shared hosting
13 years ago
Bartek Przybylski 865be6064a adjusting to new db "api", merge with master 13 years ago
Georg Ehrke a01d10e57d Merge branch 'master' into calendar 13 years ago
Robin Appelman f1fd374a6f webdav workaround for apache+php-cgi 13 years ago
Bartek Przybylski c3d7ffc877 adding tmp icon for app, extending memory size for php in .htaccess 13 years ago
Bartek Przybylski 339d417420 removing add new album button, removing logs, and unused code 13 years ago
Tom Needham 1f74e76d83 Implemented ace-edtior as an app. Basic file editing and saving supported. 13 years ago
Robin Appelman d851bdac90 fix .htaccess file crashing apache+php-cgi 13 years ago
Robin Appelman 3747ba928f Set max upload size to something sane
we cant use a very high value since some apache configurations dont seem to handle it properly
13 years ago
Robin Appelman 0bcb4a6a8f set default max upload size in the .htaccess file to something rediculous
and don't show the max filesize message when the limit is over 10GB
13 years ago
Kamil Domanski 2073d3b08e fix 404 13 years ago
Kamil Domanski 5aa8f16bbf forbid indexes 13 years ago
Robin Appelman 1eb0faa264 make fileactions extendable by plugins 13 years ago