Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Rewrite Rule Problem with Zope

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  error make JK2 connector  
Author Message
user2474

External


Since: Sep 15, 2003
Posts: 2



(Msg. 1) Posted: Tue Sep 16, 2003 7:23 am
Post subject: Rewrite Rule Problem with Zope
Archived from groups: alt>apache>configuration (more info?)

I am setting up a Zope Site (zope) behind an Apache Server. I have the
ReWrite rule working correctly:

<VirtualHost 10.0.0.12:80>
ServerName www.example.com
ServerAlias example.com
RewriteEngine on
RewriteRule ^/(.*) http://www.example.com:8081/VirtualHostBase/http/www.example.com:80/zo...Virtual
[P,L]
ErrorLog /path/to/error/log
TransferLog /path/to/access/log
ProxyVia on

Alias /mail /var/www/mail
<Directory "/var/www/mail">
Order deny,allow
Deny from all
Allow from 10.0.0
DirectoryIndex "Index.htm"
</Directory>
</VirtualHost>

This works perfectly with the zope site (www.example.com goes directly
to the zope site login page) but it is also redirecting
www.example.com/mail to the zope server when I don't want it to.


How do I stop the ReWrite rule redirecting everything on
www.example.com to the Zope server without interferring with the zope
site?

Gavin Young

"Despite the tons of examples and docs mod_rewrite is voodoo. Damned
cool voodoo, but still voodoo." --Brian Moore

 >> Stay informed about: Rewrite Rule Problem with Zope 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Rewrite rule - I have a single Apache 1.3.6 server on my MacX Server (10.2.6) I have 15 Alexandria Library Servers at my schools. Our internal network is 10.0.0.0/8 with NAT to the outside. What I would like to do is add alink on each of the 15 locations web pages..

Rewrite Condition / Rewrite Rule - I've go this in my .htaccess file: RewriteEngine On RewriteCond %{REMOTE_ADDR} "^123\.123\.123\.123" RewriteRule ^/$ /why_am_i_here.html [L] Redirect permanent /robots.txt http://www.mysite.us/robots.php The permanent red...

ReWrite Problem - I am setting up a Zope Site (zope) behind an Apache Server. I have the ReWrite rule working correctly: <VirtualHost 10.0.0.12:80> <font color=purple> ; ServerName www.example.com</font> <font color=purple> ; Serve...

rewrite HTTP Head problem - Hello, I use apache (port 80) and Zope (8080). I use RewriteRule /zeop/(.*) http://127.0.0.1:8080/$1 P but the problem is the HTTP Head is http://127.0.0.1:8080/ ans I would like HTTP Head is http://www.monsite.com/zope Thinks Sorry My English is very...

Rewrite problem - username.domain.com -> /home/username/html - How is this done?? I've put this in a .htaccess file, but just keep getting RewriteLog not allowed here, and if I diasble rewrite log and debug, I get RewriteMap not allowed here... Rewritelog rewrite.log RewritelogLevel 9 RewriteMap lowercase..
   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 ]