Forums / Setup & design / How to show flash object in eZ site (Windows install)

How to show flash object in eZ site (Windows install)

Author Message

Aleksander Medevedev

Friday 02 December 2005 5:03:57 am

Hallo everybody! Could You please help to beginer :) I have seen forum but I did not saw topic about setting parametrs in Apache to get worked .swf files on my eZ site.
Where I should write parameters?

There is ezpublish.conf file in apache\conf directory with text:

# Enable rewrite rules
LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c

<VirtualHost *>
<Directory "e:\eZpublish\ezpublish">
Options FollowSymLinks Indexes ExecCGI
AllowOverride All
</Directory>
DocumentRoot "e:\eZpublish\ezpublish"

RewriteEngine On
# For all known data directories we let Apache serve it directly
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/.* - [L]

# Compatability with 3.3 and lower

RewriteRule ^/kernel/setup/packages/.* - [L]

# If not PHP should serve the page
Rewriterule .* /index.php

ServerName localhost
</VirtualHost>

And what can I write in for examle in pagelayout.tpl to show Flash in page?

Lazaro Ferreira

Friday 02 December 2005 7:16:36 am

Hi take a look here

http://ez.no/products/ez_publish_cms/documentation/configuration/configuration/tips_tricks/exclude_uris_from_rewrite

Lazaro
http://www.mzbusiness.com

Aleksander Medevedev

Tuesday 06 December 2005 2:24:47 am

Please help !

May be everybody woks in linux...

But in Windows intstallation of Apache I could not set right parameters. Shoul that be set in ezpublish.conf or in httpd.conf?

I simply can not undestend sintax and where shoul I put swf .