# blackvj (29.01.2015 / 14:18)
MoD, На твой код
.htaccess: Invalid command '?', perhaps misspelled or defined by a module not included in the server configuration
Ну так измени
RewriteCond %{REQUEST_FILENAME} !\.(ico|png|gif|jpg|jpeg|html|shtml|css|js|cgi)$
<FilesMatch "\.(ico|png|gif|jpg|jpeg|html|shtml|css|js|cgi)$">
ErrorDocument 404 file_not_found.php
</FilesMatch>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*\.(ico|png|gif|jpg|jpeg|html|shtml|css|js|cgi)$ file_not_found.php [L,QSA]