| Revision 2858,
289 bytes
checked in by fufroma, 2 years ago
(diff) |
|
Correction de bugs
Correction d'identations
|
-
Property svn:mergeinfo set to
(toggle deleted branches)
| /alternc/branches/benjamin-bureaubleu/etc/alternc/templates/apache2/redirect.conf | 2504-2558 |
|
| Line | |
|---|
| 1 | <Virtualhost *:80> |
|---|
| 2 | ServerName %%fqdn%% |
|---|
| 3 | |
|---|
| 4 | KeepAlive Off |
|---|
| 5 | |
|---|
| 6 | RewriteEngine On |
|---|
| 7 | RewriteRule ^/(.*)$ %%redirect%%/$1 [R=301,L] |
|---|
| 8 | |
|---|
| 9 | LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %{Host}i" alternc |
|---|
| 10 | CustomLog /var/log/apache2/access.log alternc |
|---|
| 11 | </Virtualhost> |
|---|
Note: See
TracBrowser
for help on using the repository browser.