Project

General

Profile

« Previous | Next » 

Revision 13778

web/people/Brad_Boyle/data_provenance: abbreviated to provenance to enable shorter URLs

View differences:

trunk/web/people/Brad_Boyle/data_provenance/.htaccess
1
RewriteEngine on
2
RewriteOptions AllowNoSlash InheritBefore
3
RewriteBase /people/Brad_Boyle/data_provenance/
4

  
5
SetEnvIf Request_URI ^ innermost_dir=data_provenance
6

  
7
# dir without trailing / is provided as an absolute filesystem path
8
RewriteRule ^ - [env=dest:BIEN\ database\ entities\ related\ to\ data\ provenance\ and\ ownership.docx]
9
RewriteCond %{ENV:innermost_dir} =data_provenance
10
RewriteCond $0 ^/ [ornext]
11
RewriteCond #$0 ^(.*)$
12
RewriteRule ^.+$ ../%{ENV:dest}%1 [discardpath,last,noescape,qsappend,redirect]
trunk/web/people/Brad_Boyle/provenance/.htaccess
1
RewriteEngine on
2
RewriteOptions AllowNoSlash InheritBefore
3
RewriteBase /people/Brad_Boyle/provenance/
4

  
5
SetEnvIf Request_URI ^ innermost_dir=provenance
6

  
7
# dir without trailing / is provided as an absolute filesystem path
8
RewriteRule ^ - [env=dest:BIEN\ database\ entities\ related\ to\ data\ provenance\ and\ ownership.docx]
9
RewriteCond %{ENV:innermost_dir} =provenance
10
RewriteCond $0 ^/ [ornext]
11
RewriteCond #$0 ^(.*)$
12
RewriteRule ^.+$ ../%{ENV:dest}%1 [discardpath,last,noescape,qsappend,redirect]

Also available in: Unified diff