Re: V 2.19.0 - include_path [message #7641 is a reply to message #7610] |
Tue, 17 August 2021 03:35  |
shoaibleghari
Messages: 4 Registered: August 2021
|
Junior Member |
|
|
I've configured radicore with the following setting. I am a window user.
PHP 5 and above and Apache version 2.4
1 => Include path in htacess file. My xampp in installed on D drive
php_value include_path ".;D:\xampp\htdocs\radicore\includes"
2=> changing in php ini file. The include path in htacess and php ini files must be the same.
include_path = ".;D\xampp\htdocs\radicore\includes"
3=> changing in httpd.conf file
<Files "htaccess.txt">
Require all denied
</Files>
and
<Directory "D:/Apache2/htdocs">
AllowOverride All
Require all granted
</Directory>
Also uncomment xsl extension in php ini file.
|
|
|