Linux / UNIX Tech Support Forum
This is a discussion on Lighttpd rewrite problem within the Web servers forums, part of the Mastering Servers category; Hi, I moved from apache to lighttpd everything seems to work but I've a problem with my rewrite, when I ...
|
|||||||
| Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I moved from apache to lighttpd everything seems to work but I've a problem with my rewrite, when I try to acess : ????? The page is not loading I'm sure it's a problem in my rewrite config, here is my config: $HTTP["host"] =~ "coffee-paste\.com" { simple-vhost.default-host = "coffee-paste.com" include "wpmu-rewrite.conf" } And my rewrite file: server.error-handler-404 = "/index.php" url.rewrite-once = ( "^/(.*/)?files/$" => "/index.php", "^/(.*/)?files/(.*)" => "/wp-content/blogs.php?file=$2", "^(/wp-admin/.*)" => "$1", "^/([_0-9a-zA-Z-]+/)?(wp-.*)" => "/$2", "^/([_0-9a-zA-Z-]+/)?(.*\.php)$" => "/$2", ) Thanks in advance |
| Sponsored Links | ||
|
|
|
||||
|
Is this related to wordpress seo?
__________________
Vivek Gite Linux Evangelist |
|
||||
|
Following article shows required setup for wordpress:
Lighttpd and wordpress setup clean SEO friendly URLs
__________________
Vivek Gite Linux Evangelist |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lighttpd Subdomain Problem | Mental Lexicon | Web servers | 2 | 24-07-2008 06:13 PM |
| Lighttpd Gallery2 URL Rewrite (.htaccess) SEO Rules | rootadmin | Web servers | 2 | 22-06-2008 06:57 PM |
| Redirect + Rewrite Problem in Lighttpd Web Server | Lamba | Web servers | 2 | 19-05-2008 10:50 PM |
| Redirect + Rewrite Problem in Lighttpd | Lizard King | Web servers | 4 | 17-07-2007 09:44 AM |
| script to rewrite data. | kavi | Shell scripting | 3 | 18-09-2005 12:13 AM |