configuration.php on a windows host - Joomla! Forum - community, help and support
i thought had posted question can't find on forums, forgive me if did. clicked on preview , not submit button.
my question.
i on windows machine apache installed.
in configuration.php file paths set unix style so
/path/to/directory
do need convert them so
c:\path\to\directory or c:\\path\\to\directory
with line /usr/sbin/sendmail, work on windows or have else it.
thanks.
my question.
i on windows machine apache installed.
in configuration.php file paths set unix style so
/path/to/directory
do need convert them so
c:\path\to\directory or c:\\path\\to\directory
with line /usr/sbin/sendmail, work on windows or have else it.
thanks.
yes have change path such as:
the "$var sendmail" path can remain of course won't work. if have set mailing program such "xmail" on windows, add path in format listed above.
note if install joomla! on windows machine there no need change format of paths done automatically. necessary if moving unix/linux host.
code: select all
var $log_path = 'c:\\server\\apache\\\htdocs\\joomla\\logs';
var $tmp_path = 'c:\\server\\apache\\htdocs\\joomla\\tmp';
note if install joomla! on windows machine there no need change format of paths done automatically. necessary if moving unix/linux host.
Comments
Post a Comment