
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Line: 129 to 129 | ||||||||
| Alias /twiki/pub/ /filesystem/path/to/twiki/pub/ RewriteEngine on | ||||||||
| Changed: | ||||||||
| < < | RewriteRule ^/twiki/pub/TWiki/(.*)$ /twiki/pub/TWiki/$1 [L,PT] RewriteRule ^/twiki/pub/([^\/]+)/([^\/]+)/([^\/]+)$ /twiki/bin/viewfile/$1/$2?filename=$3 [L,PT] | |||||||
| > > | RewriteCond %{REQUEST_URI} !^/+twiki/+pub/+TWiki/+.+ RewriteRule ^/+twiki/+pub/+([^/]+)/+((([^/]+)/+)+)(.+) /twiki/bin/viewfile/$1/$4?filename=$5 [L,PT] </verbatim | |||||||
| That way all the controls that apply to the topic also apply to attachments to the topic. Other types of webserver have similar support. | ||||||||