Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Павел Резуненко
/
MTAweb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
1
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5ec2faf9
authored
Mar 27, 2013
by
Павел Резуненко
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Добавлен htaccess файл
1 parent
1a81756d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
71 additions
and
1 deletions
build.xml
public/.htaccess
build.xml
View file @
5ec2faf
...
...
@@ -137,6 +137,11 @@
</filterchain>
</reflexive>
<echo
msg=
"All done."
/>
<tar
destfile=
"${source.dir}/${build.dir}/mtaweb.tar.gz"
compression=
"gzip"
>
<fileset
dir=
"${source.dir}/${build.dir}"
>
<include
name=
"framework/**"
/>
<include
name=
"public/**"
/>
</fileset>
</tar>
</target>
</project>
\ No newline at end of file
public/.htaccess
0 → 100644
View file @
5ec2faf
# AddDefaultCharset UTF-8
AddType
text/x-component .htc
<
IfModule
mod_php5.c
>
php_flag display_errors Off
php_flag log_errors On
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
php_flag zlib.output_compression Off
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
php_flag zend.ze1_compatibility_mode Off
php_flag suhosin.session.encrypt Off
php_value session.auto_start 0
php_value session.gc_maxlifetime 21600
php_value session.gc_divisor 500
php_value session.gc_probability 1
# http://bugs.php.net/bug.php?id=30766
php_value mbstring.func_overload 0
</
IfModule
>
# Uncomment lines below to enable only ssl connection
# <IfModule !mod_rewrite.c>
# <IfModule !mod_ssl.c>
# deny from all
# </IfModule>
# </IfModule>
#
# <IfModule mod_rewrite.c>
# RewriteEngine On
# Options +FollowSymlinks
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteCond %{HTTPS} off
# RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
# Uncomment This line to rewrite favicon icon path
# RewriteRule ^favicon.ico$ skins/default/images/favicon.ico
# </IfModule>
#
# <IfModule !mod_rewrite.c>
# <IfModule mod_ssl.c>
# SSLRequireSSL
# </IfModule>
# </IfModule>
<
IfModule
mod_deflate.c
>
SetOutputFilter
DEFLATE
</
IfModule
>
<
IfModule
mod_expires.c
>
ExpiresActive
On
ExpiresDefault
"access plus 1 month"
</
IfModule
>
FileETag
MTime Size
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment