// 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:
+2
-1
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user