Lukeidiot Posted February 28, 2014 Share Posted February 28, 2014 Hello, I have the following httpd (.htaccess) rules that I would like converted to work with lighttpd rules. RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.+)$ index.php?url=$1 [QSA,L] Thanks in advance! Quote Link to comment https://forums.phpfreaks.com/topic/286599-httpd-to-lighttpd-rewrite-rules/ Share on other sites More sharing options...
gristoi Posted February 28, 2014 Share Posted February 28, 2014 (edited) amazing tool google you know: http://redmine.lighttpd.net/boards/2/topics/5465 Edited February 28, 2014 by gristoi Quote Link to comment https://forums.phpfreaks.com/topic/286599-httpd-to-lighttpd-rewrite-rules/#findComment-1471056 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.