Monday 17 April 2006 7:41:29 am
hi,
with the virtualhost setup below i see only text and no pictures or backgroundcolors in the "frontend" of ezpublish. the admin site is working. the mediafiles (asf, swf, rm, mov) are working in the frontend, too.
i have checked out the manual and the net and apache sites but this setup which is a mix from the one from "ez systems" manual and from "http://ez.no/community/bugs/flash_quicktime_files_are_not_shown" is not working - and i have used already 10 hours to check out whats going on here. i also checked out the comments in the manual but they are not working, too.
please could someone post a working virtualhost setup for apache2 and php4.4 on linux? or even better, could someone tell what is missing or wrong? ---
<VirtualHost *>
DocumentRoot "/Applications/MAMP/htdocs"
ServerName localhost </VirtualHost>
<VirtualHost *>
DocumentRoot "/Applications/MAMP/ez"
ServerName ez.local
<Directory /Applications/MAMP/ez>
Options All
AllowOverride All
</Directory>
DirectoryIndex index.php
RewriteEngine On
Rewriterule ^/var/storage/.* $0 [L]
Rewriterule ^/var/[^/]+/storage/.* $0 [L]
RewriteRule ^/var/cache/texttoimage/.* - [L]
RewriteRule ^/var/[^/]+/cache/texttoimage/.* - [L]
Rewriterule ^/design/[^/]+/(stylesheets|images|javascript)/.* $0 [L]
Rewriterule ^/share/icons/.* $0 [L]
RewriteRule ^/favicon.ico - [L]
RewriteRule ^/robots.txt - [L]
Rewriterule ^/extension/[^/]+/design/[^/]+/(stylesheets|images|javascript)/.* $0 [L]
Rewriterule .* /index.php
</VirtualHost> ---
best, johannes
|