aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 53778b5..ec921fc 100644
--- a/.htaccess
+++ b/.htaccess
@@ -9,7 +9,7 @@
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME}.php -f
-RewriteRule ^([^/.]+)/?(.*)$ $1.php/$2 [QSA,L]
+RewriteRule ^([^/.]+)/?(.*)$ /$1.php/$2 [QSA,L]
</IfModule>