Project

General

Profile

« Previous | Next » 

Revision 8770

added /.htaccess to create the right self-referential URL since / is outside the document root (linked from /vegbiendev/fs/)

View differences:

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

  
5
SetEnvIf Request_URI ^ innermost_dir=fs
6

  
7
# auto-add trailing / (dir without trailing / is absolute filesystem path)
8
RewriteCond %{ENV:innermost_dir} =fs
9
RewriteRule ^/ %{REQUEST_URI}/ [discardpath,last,noescape,qsappend,redirect]

Also available in: Unified diff