netizen
06-25-2006, 07:58 AM
Hello,
The .htaccess file with php values are not supported at my server. My server only supports file permissions (644, 755) not more than 755. I have to use a "php.ini" file with php values on it for the same. Using this, the rewrite url feature is not working. How to do it?
Note: I have just rename the .htaccess file to php.ini and upload it according to my hoster's instruction.
I have inclused the folling lines in the php.ini file.
# enable mod_rewrite
RewriteEngine on
RewriteBase /
The .htaccess file with php values are not supported at my server. My server only supports file permissions (644, 755) not more than 755. I have to use a "php.ini" file with php values on it for the same. Using this, the rewrite url feature is not working. How to do it?
Note: I have just rename the .htaccess file to php.ini and upload it according to my hoster's instruction.
I have inclused the folling lines in the php.ini file.
# enable mod_rewrite
RewriteEngine on
RewriteBase /