View Single Post
  #2   (View Single Post)  
Old 19th July 2008
hunteronline hunteronline is offline
Fdisk Soldier
 
Join Date: Jul 2008
Posts: 52
Default

What on this line in the main httpd:

#Virtual hosts
#Include conf/extra/httpd-vhosts.conf

And post the: /usr/home/ed/wwwgeo/.htaccess --- file

This rewrite rule isn't working:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^test.pulsar.bg [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^/(.*) http://test.pulsar.bg:88/$1 [L,R]
Reply With Quote