# Redirect everything to /src while allowing direct access to it
RewriteEngineOn
# Skip if already under /src
RewriteCond %{REQUEST_URI} !^/src/
# Redirect all to /src preserving the path
RewriteRule ^(.*)$ /src/$1 [L]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.