Ovidiu
13th March 2006, 12:22
this is ispcg related:
I am trying to use some script that need this .htaccess file:
DirectoryIndex index.php
Options -Indexes
<IfModule mod_php4.c>
php_value upload_max_filesize 15M
php_value post_max_size 15M
php_value short_open_tag 1
</IfModule>
RewriteEngine On
RewriteRule ^view/(.+)$ view.php [L,NC]
but I only get a 500 server error... if I delete the .htaccess file everythings fine.
I have disabled phpsafe mode for this website as it is requiered by the script, can anyone help with this .htaccess file?
I am trying to use some script that need this .htaccess file:
DirectoryIndex index.php
Options -Indexes
<IfModule mod_php4.c>
php_value upload_max_filesize 15M
php_value post_max_size 15M
php_value short_open_tag 1
</IfModule>
RewriteEngine On
RewriteRule ^view/(.+)$ view.php [L,NC]
but I only get a 500 server error... if I delete the .htaccess file everythings fine.
I have disabled phpsafe mode for this website as it is requiered by the script, can anyone help with this .htaccess file?