Rename members directory -> projects directory.
As part of the transition to have the canonical URL for member projects be "projects" instead of "members", rename the directories. The following rewrite rule will be needed in Apache configuration now: RewriteRule ^/?members?/index.html$ supporter/ [L, R] RewriteRule ^/?members?/(.+)$ projects/$1 [L, R] RewriteRule ^/?members?/?$ supporter/ [L, R]
This commit is contained in:
parent
811d2b70b4
commit
dde4afdd11
7 changed files with 0 additions and 0 deletions
Loading…
Reference in a new issue