projects
/
public
/
www-new.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed a redundant thing in .htaccess
[public/www-new.git]
/
.htaccess
diff --git
a/.htaccess
b/.htaccess
index
55d592c
..
2e4461c
100644
(file)
--- a/
.htaccess
+++ b/
.htaccess
@@
-1,4
+1,4
@@
RewriteEngine on
RewriteBase /~j3parker/pub/csc/
RewriteRule ^pub/(.*) - [L]
-RewriteRule ^(.*)
/users/j3parker/www/pub/csc/
bin/web [L]
+RewriteRule ^(.*) bin/web [L]