// Fix #PSCFV-4323

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17505 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-09-24 13:57:43 +00:00
parent 701462b7e5
commit d0a8c4e5b6
+2 -1
View File
@@ -1517,7 +1517,8 @@ class ToolsCore
if ($disable_multiviews)
fwrite($write_fd, "\n# Disable Multiviews\nOptions -Multiviews\n\n");
fwrite($write_fd, "RewriteEngine on\n\n");
fwrite($write_fd, "RewriteEngine on\n");
fwrite($write_fd, "RewriteBase /\n\n");
// Webservice
fwrite($write_fd, 'RewriteRule ^api/?(.*)$ '."webservice/dispatcher.php?url=$1 [QSA,L]\n\n");