GitList
About
Refresh
Report bug
Help
Files
Commits
Stats
Network
Graph
tor-webwml.git
/
Commit 09138137a7d3676621619ad2e23277094d6a1360
Browse code
Start out a .htaccess for redirects, faq is first
Sebastian Hahn
authored on 15/10/2010 16:12:20
Showing 1 changed files
.htaccess
index 000000000..083f01b2a
.htaccess
History
View file @ 09138137a
1
1
new file mode 100644
...
...
@@ -0,0 +1,2 @@
1
+RewriteEngine On
2
+RewriteRule ^faq(.*) /docs/faq$1 [L,R]