summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorspider@dev <spiderr@bitweaver.org>2017-07-03 12:14:48 -0400
committerspider@dev <spiderr@bitweaver.org>2017-07-03 12:14:48 -0400
commit325cd2a10c0ca5f067710cd0cf53ca6cdcd03b1a (patch)
tree5d8f769373dd8445ca4d6e45be2b504173a4d282 /.htaccess
parent0bb51fa4ed75c569e9713ccf1141d35f98be23db (diff)
downloadusers-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--.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index e9006f0..d7ee645 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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