Jump to content

Please help???


onelotusguy

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.