.htaccess no longer works after migration to dio
Posted by: cherouvim
Posted on: 2008-11-05 07:59:00
Hello
I had my site on jax and it has been automatically moved to dio. (Oct 25 [ioache 21394008] Moving account #377795 to a new server!)
The following .htaccess no longer works and I'm getting "No input file specified." in my site.
Any ideas?
thanks
php_flag register_globals off
<Files .htaccess>
order allow,deny
deny from all
</Files>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([A-Za-z0-9/-]+)$ /index.php/$1 [QSA,L]