Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Proper clean URLs

edited November 2009 in Vanilla 2.0 - 2.8
This is in my .htaccess:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]




I've enabled clean URLs on V2 and on hitting links like /profile/1/Admin it will say this: No input file specified.
This is on Dreamhost - any ideas why?


Edit: Also, if clean URL is enabled, 404 doesn't work either (/anythingrandomstuff) = No input file

Comments

This discussion has been closed.