summaryrefslogtreecommitdiff
path: root/app/v1_php/api/question/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'app/v1_php/api/question/.htaccess')
-rw-r--r--app/v1_php/api/question/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/v1_php/api/question/.htaccess b/app/v1_php/api/question/.htaccess
new file mode 100644
index 0000000..caad873
--- /dev/null
+++ b/app/v1_php/api/question/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteRule ^([0-9]*)$ index.php?n=$1
+