![]() |
anyone using lighttpd?
How in the world do you do a 301 redirect, I just want to point to a file from it's old location to the new but can't seem to find any documentation on this.
|
Sorry, thought a 403
|
url.rewrite-once = ( "^/file.html" => "http://www.domain.com/file.php")
|
Or you can also use:
$HTTP["host"] =~ “www.domain.com” { url.redirect = ( ”^/file.html” => “http://www.domain2.com/file.php″ ) } |
ah, ok makes sense, thanks man
|
lighty all the way...
|
Quote:
|
All times are GMT -7. The time now is 02:08 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc