adding .zul and zhtml extensions

adding .zul and zhtml extensions

am 17.04.2008 07:34:57 von fusion35

Hi :

I have hosted my site with godaddy.com. My site is in java and my
application requires .zhtml and .zul files. Unfortunately, these
extensions are not allowed (by the hosting company) and I have to add
them using .htaccess file. How can that be done?

regards

Devinder

Re: adding .zul and zhtml extensions

am 17.04.2008 07:52:48 von fusion35

Hi :

I tried :


Allowoverride All AddType text/html .zhtml



The Server error log.
[Wed Apr 16 22:48:30 2008] [alert] [client 122.162.0.157] /var/chroot/
home/content/n/o/r/myservername/html/.htaccess: here

Re: adding .zul and zhtml extensions

am 18.04.2008 03:56:41 von spam

"fusion35" wrote in message
news:26808e59-970c-445d-9391-3d70c92760a5@m44g2000hsc.google groups.com...
> Hi :
>
> I tried :
>
>
> Allowoverride All AddType text/html .zhtml
>

>
>
> The Server error log.
> [Wed Apr 16 22:48:30 2008] [alert] [client 122.162.0.157] /var/chroot/
> home/content/n/o/r/myservername/html/.htaccess: > here

Remove the directory statements.

Re: adding .zul and zhtml extensions

am 18.04.2008 09:10:52 von phantom

"fusion35" wrote in message
news:26808e59-970c-445d-9391-3d70c92760a5@m44g2000hsc.google groups.com...
> Hi :
>
> I tried :
>
>
> Allowoverride All AddType text/html .zhtml
>

>
>
> The Server error log.
> [Wed Apr 16 22:48:30 2008] [alert] [client 122.162.0.157] /var/chroot/
> home/content/n/o/r/myservername/html/.htaccess: > here

As it says not allowed here, AllowOverride is not an htaccess
directive either.
Have you tried:
AddType text/html .zhtml
on its own?