diff options
Diffstat (limited to 'app/v1_php/api/question/.htaccess')
-rw-r--r-- | app/v1_php/api/question/.htaccess | 3 |
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 + |