View Single Post

  #5 (permalink)  
Old 07-17-2007, 10:44 AM
Lizard King Lizard King is offline
Junior Member
User
 
Join Date: Jul 2007
My distro: CentOs
Posts: 4
Rep Power: 0
Lizard King is on a distinguished road
Default

Your solution for vhosts worked Thanks

Can you also help me to convert this .htaccess rule to lighttpd.conf rule

Code:
RewriteCond %{REQUEST_METHOD} GET
RewriteCond %{THE_REQUEST} "T /index.php"
RewriteCond %{QUERY_STRING} ^$
RewriteRule .* http://www.yourdomain.com/ [L,R=301]
Reply With Quote