Revision 7973
Added by Aaron Marcuse-Kubitza over 11 years ago
.htaccess | ||
---|---|---|
32 | 32 |
RewriteRule ^([^.]*)\.(.*)$ $1/$2 |
33 | 33 |
|
34 | 34 |
# non-filesystem paths |
35 |
ErrorDocument 404 /index.php |
|
35 |
ErrorDocument 404 / |
Also available in: Unified diff
web/vegpath/.htaccess: ErrorDocument: Use / instead of /index.php because index.php is the DirectoryIndex and doesn't need to be hardcoded