diff options
| author | spider@dev <spiderr@bitweaver.org> | 2017-07-03 12:14:48 -0400 |
|---|---|---|
| committer | spider@dev <spiderr@bitweaver.org> | 2017-07-03 12:14:48 -0400 |
| commit | 325cd2a10c0ca5f067710cd0cf53ca6cdcd03b1a (patch) | |
| tree | 5d8f769373dd8445ca4d6e45be2b504173a4d282 /.htaccess | |
| parent | 0bb51fa4ed75c569e9713ccf1141d35f98be23db (diff) | |
| download | users-325cd2a10c0ca5f067710cd0cf53ca6cdcd03b1a.tar.gz users-325cd2a10c0ca5f067710cd0cf53ca6cdcd03b1a.tar.bz2 users-325cd2a10c0ca5f067710cd0cf53ca6cdcd03b1a.zip | |
STRUCTURE change: new lib/ directory for all classes, libraries, and utility classes; fix validate.php for hauth
Diffstat (limited to '.htaccess')
| -rw-r--r-- | .htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ RewriteRule ^ - [L,QSA] # rule to support users/view/alan + RewriteRule ^validate$ validate.php [L,QSA] + +# rule to support users/view/alan RewriteRule ^view/([-A-Za-z0-9_]+)$ index.php?home=$1 [L,QSA] # rule to support users/grace |
