How can I hide the file's extension and the GET variables via .htaccess in one line?
This code doesn't work:
...
RewriteRule ^(.*)$ $1.php [L]
RewriteRule ^file-([0-9]+)\.php$ /some_directory/files.php?id=$1 [L]
Example:
http://www.example.com/file.php?variable=value
Should be: