onelotusguy Posted April 2, 2007 Share Posted April 2, 2007 I have php4.3. I get this error: ERROR: Missing PHP XSL/XSLT extension The XSL/XSLT module for PHP is not installed. This module is needed in order for your site to be indexed and spidered automatically by search engines. Please ask your webhoster to install this module. My host provider recommended doing this: By default, files with a .php extension run under PHP 4 and files with the .php5 extension run under PHP 5. The .htaccess file, located at the root of your site, can be used to change these default settings. The following entries in a directory's .htaccess file designate .php files to run under PHP 5 and .php4 files to run under PHP 4. AddHandler x-httpd-php5 .php AddHandler x-httpd-php .php4 Changes made to an existing .htaccess file will be seen immediately. When a new .htaccess file is created or an existing .htaccess file is deleted, however, these changes will not be seen until the htaccess cache is cleared. This occurs every hou I still get ERROR: Missing PHP XSL/XSLT extension. So how do I install XSL/XSLT module for PHP module? Guy Link to comment https://forums.phpfreaks.com/topic/45222-please-help/ Share on other sites More sharing options...
emehrkay Posted April 2, 2007 Share Posted April 2, 2007 are you creating the htaccess file? Link to comment https://forums.phpfreaks.com/topic/45222-please-help/#findComment-219554 Share on other sites More sharing options...
onelotusguy Posted April 2, 2007 Author Share Posted April 2, 2007 yes this is what it looks like: This is all the code I put in their. AddHandler x-httpd-php5 .php or do I need more? Guy Link to comment https://forums.phpfreaks.com/topic/45222-please-help/#findComment-219556 Share on other sites More sharing options...
emehrkay Posted April 2, 2007 Share Posted April 2, 2007 the instructions seem pretty straight forward guy. are you naming the file ".htaccess"? Link to comment https://forums.phpfreaks.com/topic/45222-please-help/#findComment-219562 Share on other sites More sharing options...
onelotusguy Posted April 2, 2007 Author Share Posted April 2, 2007 yes, I did. Is their anything else I can look at? Guy Link to comment https://forums.phpfreaks.com/topic/45222-please-help/#findComment-219571 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.