Fix issue #120
This commit is contained in:
parent
d5e3f578f8
commit
becfd5450d
2
fluxion
2
fluxion
|
@ -3850,7 +3850,7 @@ server.error-handler-404 = \"/\"
|
||||||
static-file.exclude-extensions = ( \".fcgi\", \".php\", \".rb\", \"~\", \".inc\" )
|
static-file.exclude-extensions = ( \".fcgi\", \".php\", \".rb\", \"~\", \".inc\" )
|
||||||
index-file.names = ( \"index.htm\" )
|
index-file.names = ( \"index.htm\" )
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#Redirect www.domain.com to domain.com
|
#Redirect www.domain.com to domain.com
|
||||||
\$HTTP[\"host\"] =~ \"^www\.(.*)$\" {
|
\$HTTP[\"host\"] =~ \"^www\.(.*)$\" {
|
||||||
|
|
Loading…
Reference in New Issue