Welcome to HostingForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

adding .zul and zhtml extensions

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  mod_mime issue. adding extension to requested fil..  
Author Message
fusion35

External


Since: Apr 16, 2008
Posts: 2



(Msg. 1) Posted: Wed Apr 16, 2008 10:34 pm
Post subject: adding .zul and zhtml extensions
Archived from groups: alt>apache>configuration (more info?)

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

 >> Stay informed about: adding .zul and zhtml extensions 
Back to top
Login to vote
fusion35

External


Since: Apr 16, 2008
Posts: 2



(Msg. 2) Posted: Wed Apr 16, 2008 10:52 pm
Post subject: Re: adding .zul and zhtml extensions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi :

I tried :

<Directory />
Allowoverride All AddType text/html .zhtml
</Directory>


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: <Directory not allowed
here

 >> Stay informed about: adding .zul and zhtml extensions 
Back to top
Login to vote
D. Stussy

External


Since: Nov 01, 2007
Posts: 25



(Msg. 3) Posted: Thu Apr 17, 2008 6:56 pm
Post subject: Re: adding .zul and zhtml extensions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"fusion35" wrote in message

> Hi :
>
> I tried :
>
> <Directory />
> Allowoverride All AddType text/html .zhtml
> </Directory>
>
>
> 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: <Directory not allowed
> here

Remove the directory statements.
 >> Stay informed about: adding .zul and zhtml extensions 
Back to top
Login to vote
phantom

External


Since: Aug 23, 2007
Posts: 66



(Msg. 4) Posted: Fri Apr 18, 2008 7:10 am
Post subject: Re: adding .zul and zhtml extensions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"fusion35" wrote in message

> Hi :
>
> I tried :
>
> <Directory />
> Allowoverride All AddType text/html .zhtml
> </Directory>
>
>
> 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: <Directory not allowed
> here

As it says <directory> not allowed here, AllowOverride is not an htaccess
directive either.
Have you tried:
AddType text/html .zhtml
on its own?
 >> Stay informed about: adding .zul and zhtml extensions 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Adding SSL to Apache 2.0.44 - I've installed Apache as part of the IndigoPerl installation. What exactly do I need to do to add SSL to Apache? A link to a tutorial or FAQ or whatever will be much appreciated. Thanks! Jay

adding PHP 5.0.4 to Apache 2.0.54 -

Adding a Module - Hi all. I need to add the module mod_headers, I compiled my apache without it, so do I need to recompile? When I loaded this module in httpd.conf it didn't work because it says I don't have mod_headers.so, So, how can I add this module without compile..

adding headers via mod_proxy - is it possible to use mod_proxy to add headers? i have host1.intranet and host2.intranet. apache/mod_proxy is on host1 and web application on host2. is it possible to use mod_proxy to tell application some additional information, like sending additional...

DirectoryIndex not working after adding proxy - Environment: Apache 2.0.48 on Windows 2000 and XP This is more information learned as I continue to work on my early post in this group. This makes it look "basic". My production server was working until I added proxy configuration directiv...
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]