AddType .foo application/foo
AddType .bar text/bar
Get the point?
Hejsan, jag skulle vilja lägga till följande filtyer; ".imy" ".rtx" ".mel" ".emy" och ".thm" genom att ändra MIME-typerna i .htaccess! Hur gör jag, har ingen tidigare erfarenhet av .htaccess! :q
Så här ser htaccess filen ut för tillfället:
DirectoryIndex index.wml
# Start Server Error Pages
ErrorDocument 400 /error/400.html
ErrorDocument 401 /error/401.html
ErrorDocument 403 /error/403.html
ErrorDocument 404 /error/404.html
ErrorDocument 500 /error/500.html
ErrorDocument 501 /error/501.html
ErrorDocument 502 /error/502.html
ErrorDocument 503 /error/503.html
ErrorDocument 504 /error/504.html
