Forums / Install & configuration / Virtual Host apache
Karl Estermann
Friday 28 October 2005 7:45:00 am
Hello,
Has enybody a vitual host file for a ezbublish installation and the filestructure.
so i can comparing file an structure.
I use the file form the documentionsite, but the system can find any .css and .jpeg
the site will be display without any struvture:
AALS Software AG
* Suche:
Oberes Menu
* Unternehmen * AGBs * News * Produkte * Downloads * Kontakt
Björn Dieding@xrow.de
Friday 28 October 2005 8:23:28 am
<IfModule mod_php4.c> # If you are using Apache 2, you have to use <IfModule sapi_apache2.c> # instead of <IfModule mod_php4.c>. # some parts/addons might only run safe mode on php_admin_flag safe_mode Off # security just in case php_admin_value register_globals 0 # performance php_value magic_quotes_gpc 0 # performance php_value magic_quotes_runtime 0 #http://www.php.net/manual/en/ini.sect.language-options.php#ini.allow-call-time-pass-reference php_value allow_call_time_pass_reference 0 </IfModule> <IfModule sapi_apache2.c> # If you are using Apache 2, you have to use <IfModule sapi_apache2.c> # instead of <IfModule mod_php4.c>. # some parts/addons might only run safe mode on php_admin_flag safe_mode Off # security just in case php_admin_value register_globals 0 # performance php_value magic_quotes_gpc 0 # performance php_value magic_quotes_runtime 0 #http://www.php.net/manual/en/ini.sect.language-options.php#ini.allow-call-time-pass-reference php_value allow_call_time_pass_reference 0 </IfModule> <IfModule mod_rewrite.c> 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 </IfModule>
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/
Friday 28 October 2005 9:17:34 am
hello, i've exact this file: My image are in: Groupware:/srv/www/htdocs/ezpublish-3.6.1/var/corporate/storage/packages/structural/files/default/file/images # and css are in : Groupware:/srv/www/htdocs/ezpublish-3.6.1/var/corporate/storage/packages/structural/files/default/file/ #where are your Image and css?
Thanks for your informationKarl