Hi,
I have been trying to get past the initial server config changes required for v7 but I am having no luck. I am assuming that the installer error page only shows current errors and not just a list of all possible issues.
Server is running WHM/Cpanel v98 on Cloud Linux I am using PHP-FPM
Current issues:
1) mod_rewrite > this is installed on the server but does not seem to be getting picked up as enabled by the installer, does anyone have any ideas?
2) AllowOverride
I have updated my "Post VirtualHost Include" to have the following:
I have also tried the more specific one suggested in the installer error page
<Directory /home/v7espo/public_html>
AllowOverride All
</Directory>
[/PHP]
I have been trying to get past the initial server config changes required for v7 but I am having no luck. I am assuming that the installer error page only shows current errors and not just a list of all possible issues.
Server is running WHM/Cpanel v98 on Cloud Linux I am using PHP-FPM
Current issues:
1) mod_rewrite > this is installed on the server but does not seem to be getting picked up as enabled by the installer, does anyone have any ideas?
PHP Code:
# httpd -M |grep rewrite
rewrite_module (shared)
2) AllowOverride
I have updated my "Post VirtualHost Include" to have the following:
PHP Code:
<Directory "/var/www/html">
AllowOverride All
</Directory>
<Directory /home/v7espo/public_html>
AllowOverride All
</Directory>
[/PHP]
Comment