diff --git a/install/core/i18n/en_US/install.json b/install/core/i18n/en_US/install.json
index 3698db0c60..2244827286 100644
--- a/install/core/i18n/en_US/install.json
+++ b/install/core/i18n/en_US/install.json
@@ -116,7 +116,7 @@
},
"modRewriteInstruction": {
"apache": {
- "linux": "
1. Enable \"mod_rewrite\". To do it run those commands in a Terminal:
a2enmod rewrite
service apache2 restart
<Directory /PATH_TO_ESPO/>\n AllowOverride All\n</Directory>\n Afterwards run this command in a Terminal:
service apache2 restart
# RewriteBase /To
RewriteBase {ESPO_PATH}{API_PATH}",
+ "linux": "a2enmod rewrite
service apache2 restart
<Directory /PATH_TO_ESPO/>\n AllowOverride All\n</Directory>\n Afterwards run this command in a Terminal:
service apache2 restart
# RewriteBase /To
RewriteBase {ESPO_PATH}{API_PATH}",
"windows": "1. Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)" }, "microsoft-iis": {
\n2. Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound '#' sign from in front of the line)
\n3. Also find the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out.\n