Nel file .htaccess non ci vanno i tag, riscrivi cosė:

codice:
php_value upload_max_filesize 15M
php_value post_max_size 15M
php_value short_open_tag 1

RewriteEngine On
RewriteRule ^view/(.+)$ view.php [L,NC]