|
From: <gem...@li...> - 2011-09-19 08:19:06
|
Revision: 34
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=34&view=rev
Author: mennodekker
Date: 2011-09-19 08:19:00 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
Minor improvements for new_project
Modified Paths:
--------------
trunk/new_project/application/configs/project.ini
trunk/new_project/htdocs/.htaccess
Modified: trunk/new_project/application/configs/project.ini
===================================================================
--- trunk/new_project/application/configs/project.ini 2011-09-19 08:07:34 UTC (rev 33)
+++ trunk/new_project/application/configs/project.ini 2011-09-19 08:19:00 UTC (rev 34)
@@ -10,9 +10,8 @@
favicon = "erasmusmc/erasmusmc.ico"
jquerycss = "erasmusmc/css/jquery-mc.css"
-contact.bugsUrl = http://survey.erasmusmc.nl/support/mantis/my_view_page.php
-contact.supportUrl = http://survey.erasmusmc.nl/support/
-
+contact.bugsUrl = https://sourceforge.net/apps/trac/gemstracker/wiki
+contact.supportUrl = https://sourceforge.net/projects/gemstracker/support
databaseFileEncoding = ISO-8859-1
;-------------------------------------------------------
Modified: trunk/new_project/htdocs/.htaccess
===================================================================
--- trunk/new_project/htdocs/.htaccess 2011-09-19 08:07:34 UTC (rev 33)
+++ trunk/new_project/htdocs/.htaccess 2011-09-19 08:19:00 UTC (rev 34)
@@ -1,6 +1,7 @@
Options +FollowSymlinks
php_flag magic_quotes_gpc off
+php_value memory_limit 32M
#SetEnv APPLICATION_ENV development
@@ -10,5 +11,4 @@
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
-RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php [NC,L]
-#RewriteRule ^.*$ index.php [NC,L]
\ No newline at end of file
+RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php [NC,L]
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|