summaryrefslogtreecommitdiffstats
path: root/public/htaccess.fcgi.example
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-21 16:38:29 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-06-21 16:38:29 +0000
commit3036eaba5238e68381dcfdbcdfc99c4c7e7c795a (patch)
tree493dc876ea7be7a3a6431dbf4e82ab553317fbbe /public/htaccess.fcgi.example
parent15c7066ddefdc684cb3132a68e2ecf70296eefcf (diff)
downloadredmine-3036eaba5238e68381dcfdbcdfc99c4c7e7c795a.tar.gz
redmine-3036eaba5238e68381dcfdbcdfc99c4c7e7c795a.zip
Replace tabs with spaces and remove trailing tabs in several files (#20140).
Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14365 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/htaccess.fcgi.example')
-rw-r--r--public/htaccess.fcgi.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/htaccess.fcgi.example b/public/htaccess.fcgi.example
index f06975d43..91d029fc3 100644
--- a/public/htaccess.fcgi.example
+++ b/public/htaccess.fcgi.example
@@ -1,9 +1,9 @@
# General Apache options
<IfModule mod_fastcgi.c>
- AddHandler fastcgi-script .fcgi
+ AddHandler fastcgi-script .fcgi
</IfModule>
<IfModule mod_fcgid.c>
- AddHandler fcgid-script .fcgi
+ AddHandler fcgid-script .fcgi
</IfModule>
Options +FollowSymLinks +ExecCGI
@@ -34,10 +34,10 @@ RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
<IfModule mod_fastcgi.c>
- RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
+ RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
</IfModule>
<IfModule mod_fcgid.c>
- RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
+ RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
</IfModule>
# In case Rails experiences terminal errors