hey /prog/ my good buddies how would i alter my .htaccess so that it doesn't show filenames? for instance i want www.example.com/page.php to become www.example.com/page but everything i try doesn't work.
halp prz
Name:
Anonymous2007-05-28 7:58 ID:VykLI5D1
* permanent - Status code 301: indicates that the resource has been permanently moved.
* temp - Status code 302: indicates that the resource is only temporarily moved. This is the default if you don't supply a status code.
* seeother - Status code 303: indicates that the resource has been replaced.
* gone - Status code 410: indicates that resource used to exist but has been permanently removed. In this case, you leave off the new-url argument.