7 lines
110 B
ApacheConf
7 lines
110 B
ApacheConf
|
|
||
|
RedirectMatch 404 /\.git
|
||
|
|
||
|
RewriteEngine On
|
||
|
RewriteCond %{REQUEST_FILENAME} -f
|
||
|
RewriteRule (.*) /src/$0 [END]
|