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

2. Enable .htaccess support. Add/edit the Server configuration settings (apache2.conf, httpd.conf):
<Directory /PATH_TO_ESPO/>\n AllowOverride All\n</Directory>
\n Afterwards run this command in a Terminal:
service apache2 restart

3. Tro to add the RewriteBase path, open a file {API_PATH}.htaccess and replace the following line:
# RewriteBase /
To
RewriteBase {ESPO_PATH}{API_PATH}
", + "linux": "

1. Enable \"mod_rewrite\". To do it run those commands in a Terminal:
a2enmod rewrite 
service apache2 restart

2. Enable .htaccess support. Add/edit the Server configuration settings (apache2.conf, httpd.conf):
<Directory /PATH_TO_ESPO/>\n AllowOverride All\n</Directory>
\n Afterwards run this command in a Terminal:
service apache2 restart

3. Try to add the RewriteBase path, open a file {API_PATH}.htaccess and replace the following line:
# 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)
\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
" }, "microsoft-iis": {