Project

General

Profile

« Previous | Next » 

Revision 8480

removed web/**/.htaccess whose only purpose was to auto-add the trailing / (which is now handled by the top-level .htaccess)

View differences:

.htaccess
1
RewriteEngine on
2
RewriteOptions AllowNoSlash InheritBefore
3
RewriteBase /fs/
4

  
5
SetEnvIf Request_URI ^ innermost_dir=fs
inputs/.htaccess
1
RewriteEngine on
2
RewriteOptions AllowNoSlash InheritBefore
3
RewriteBase /datasources/
4

  
5
SetEnvIf Request_URI ^ innermost_dir=datasources
schemas/.htaccess
1
RewriteEngine on
2
RewriteOptions AllowNoSlash InheritBefore
3
RewriteBase /exchange_schemas/
4

  
5
SetEnvIf Request_URI ^ innermost_dir=exchange_schemas
web/primary_databases/.htaccess
1
RewriteEngine on
2
RewriteOptions AllowNoSlash InheritBefore
3
RewriteBase /primary_databases/
4

  
5
SetEnvIf Request_URI ^ innermost_dir=primary_databases
web/people/.htaccess
1
RewriteEngine on
2
RewriteOptions AllowNoSlash InheritBefore
3
RewriteBase /people/
4

  
5
SetEnvIf Request_URI ^ innermost_dir=people

Also available in: Unified diff