Forums / Install & configuration / New User questions
Kieran F
Sunday 25 June 2006 7:06:05 pm
Hi All,
Few quick questions about EzPublish:
* Our hosting company wont let disable PHP Safe Mode - can someone please advise if this is an issue and what I can do to get it resolved? * We can't change our VirtualHost settings as we're on a shared web server - would creating a .htaccess file allow us to still use ez Publish? * We've been playing round with the site in our internal demo lab and created a bunch of content - can we copy this upto our production/external site easily when we go live?
Thanks,
Kieran
Björn Dieding@xrow.de
Sunday 25 June 2006 8:40:38 pm
Recommendation:Pick another host to avoid future troubles.
Answer 1: partly Answer 2: yesAnswer 3: yes
Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs Looking for hosting? http://hostingezpublish.com ----------------------------------------------------------------------------- GMT +01:00 Hannover, Germany Web: http://www.xrow.com/
Sunday 25 June 2006 9:04:52 pm
Thanks for the quick reply.
1) What does it affect (disabling of PHP Safe mode) and is there any changes I can make to mitigate this setting 2) Great - got any samples to look at?3) Great - is there any process on how to do this or should i RTFM?
Thanks again,
Monday 26 June 2006 9:16:09 am
1.) one affect is ram if have safe mde they might also have ram to default which is 8mb you need at least 42mb
2.) .htaccess
DirectoryIndex index.php RewriteEngine On RewriteCond %{HTTP_HOST} ^webdav\..* RewriteRule ^(.*) webdav.php [L] RewriteCond %{HTTP_HOST} ^soap\..* RewriteRule ^(.*) soap.php [L] RewriteRule ^var/cache/debug.html.* - [L] RewriteRule ^var/[^/]+/cache/debug.html.* - [L] Rewriterule ^var/storage/.* - [L] Rewriterule ^var/[^/]+/storage/.* - [L] RewriteRule ^var/cache/texttoimage/.* - [L] RewriteRule ^var/[^/]+/cache/texttoimage/.* - [L] Rewriterule ^design/[^/]+/(stylesheets|images|javascript)/.* - [L] Rewriterule ^share/icons/.* - [L] Rewriterule ^extension/[^/]+/design/[^/]+/(stylesheets|images|javascripts?)/.* - [L] Rewriterule ^packages/styles/.+/(stylesheets|images|javascript)/[^/]+/.* - [L] RewriteRule .* index.php [L]
3.) idealy you store all in SVN besides the DB and var/storage