Advertisement
Guest User

Untitled

a guest
Jan 24th, 2011
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <VirtualHost 192.168.100.5:80>
  2. DocumentRoot /var/www/html/shop2.pniworldwide.com/httpdocs
  3. RewriteEngine On
  4. RewriteLog /var/log/httpd/rewrite.log
  5. RewriteLogLevel 9
  6.  
  7. ReWriteRule ^/(/store/)(.*) /home/magicRedirect.php?from=$2
  8. ReWriteRule ^/((/pniprofessional)|(/pniusa)|(/pniglobal)|(/pnichina)|(/pnimaster))(.*) /store/$7
  9. <Directory "/var/www/html/shop2.pniworldwide.com/httpdocs">
  10. allow from all
  11. Options +Indexes
  12. </Directory>
  13. ServerName shop2.pniworldwide.com
  14. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement