|
|
|
|
|
|
|
![]() |
#1 |
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
|
If you are on shared hosting (Internet Turnpike?) then you most definately haven't got access to the .conf files.
Looking at their plans you might be able to edit (or create) .htaccess files. You could contact support and ask them to update their server's .conf files to inlude .wmv (and the others) as they are standard file extensions.
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare. |
![]() |
![]() |
![]() |
#2 |
Internet! Is that thing still around?
Join Date: Oct 2005
Posts: 2
|
if you have ftp/sftp/scp access, you can create a text file named .htaccess on your computer, and upload it to the document root. apache looks for them at every request, so the changes should take effect immediatelly.
if you are using windows, you cant do the normal left click > new file > text file because it assumes .htaccess is not a valid name. instead, open notepad, paste AddType video/x-ms-wmv wmv and save as .htaccess. if adding an .htaccess file doesnt work, that probably means that AllowOverride None is set in the servers httpd.conf file, and you would have to ask your host to change it to AllowOverride All , or just add the mime types for you. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|