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! 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 amazing tool google you know: http://redmine.lighttpd.net/boards/2/topics/5465 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
Archived
This topic is now archived and is closed to further replies.