Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

adding .zul and zhtml extensions

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Adding SSL to Apache 2.0.44 - I've installed Apache as part of the What exactly do I need to do to add SSL to Apache? A link to a tutorial or FAQ or whatever will be much Thanks! Jay

adding PHP 5.0.4 to Apache 2.0.54 - I am running windows XP Home SP2 I and have running Apache 2.0.54 I PHP 5.0.4 I wrote the following Hello <?php echo ?> With my browser: I get the text just as I..

Adding a Module - Hi all. I need to add the module I compiled my apache without it, so do I need to When I loaded this module in it didn't work because it says I don't have 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 and is on host1 and web on host2. is it possible to use mod_proxy to tell some like sending

DirectoryIndex not working after adding proxy - Apache 2.0.48 on Windows 2000 and XP This is more learned as I continue to work on my early post in this group. This makes it look My server was working until I added proxy so I can..
Next:  Apache: Problem: apache plugin initialises statics twice  
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: Apr 17, 2008
Posts: 1



(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" <fusion35 DeleteThis @gmail.com> wrote in message
news:26808e59-970c-445d-9391-3d70c92760a5@m44g2000hsc.googlegroups.com...
> 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: 21



(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" <fusion35.RemoveThis@gmail.com> wrote in message
news:26808e59-970c-445d-9391-3d70c92760a5@m44g2000hsc.googlegroups.com...
> 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:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
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 ]