Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2014-06-22 16:48:36 +0400
committerChaoyi Zha <summermontreal@gmail.com>2014-06-22 16:48:36 +0400
commitdf0e8d0b613dd39bdc421186b26bedb24f252819 (patch)
tree89abd732a4e2f2f21dfcd048fbde87f503f98283
parentc52613f4695a1c4fd2962e6e31507907a1104475 (diff)
unrewrite basev0.22-Alpha
-rw-r--r--.htaccess22
1 files changed, 11 insertions, 11 deletions
diff --git a/.htaccess b/.htaccess
index 224d40b..25920fc 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,13 +1,13 @@
<IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteBase /polr-rel/
- RewriteRule ^api$ api.php [L]
- RewriteRule ^api/$ api.php [L]
+RewriteEngine On
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule ^([a-zA-Z0-9]+)/?$ r.php?u=$1 [L,QSA]
- RewriteRule ^t-([a-zA-Z0-9]+)/?$ r.php?u=t-$1 [L,QSA]
- RewriteRule ^/?\+([a-zA-Z0-9]+)$ stats.php?bv=$1 [L,QSA]
- </IfModule>
- \ No newline at end of file
+RewriteRule ^api$ api.php [L]
+RewriteRule ^api/$ api.php [L]
+
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^([a-zA-Z0-9]+)/?$ r.php?u=$1 [L,QSA]
+RewriteRule ^t-([a-zA-Z0-9]+)/?$ r.php?u=t-$1 [L,QSA]
+RewriteRule ^/?\+([a-zA-Z0-9]+)$ stats.php?bv=$1 [L,QSA]
+</IfModule>
+