Results 1 to 1 of 1

Thread: add MIME type using .htaccess

  1. #1
    samusa Guest

    Question add MIME type using .htaccess

    here is how my .htaccess file looks like

    Code:
    rewriteengine on
    rewritecond %{HTTP_HOST} www.scicomonline.com$ [OR]
    rewritecond %{HTTP_HOST} scicomonline.com$
    rewriterule $ "http\:\/\/www\.scicomonline\.com\/site\/index\.html" [R=302,L] #4bd0332123c05
    AddType text/xml .xml
    i have ONLY added the last line. is this correct. if NOT how do i do it.
    Last edited by <CrGeary.com/>; 12 Jul 2010 at 04:12 PM. Reason: Code Tags

Similar Threads

  1. add MIME type using .htaccess
    By samusa in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 12 Jul 2010, 03:48 PM
  2. How to change css stylesheets and add images to left and right of main content
    By Jay76 in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 13 Jun 2010, 04:58 PM
  3. .htaccess url_rewrites?
    By Dave6187 in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 23 Mar 2010, 03:08 PM
  4. Add Matter- An Ingredients to earn Google Adsense Revenue!
    By ezyjobtrade in forum Search Engine Optimization and Marketing
    Replies: 0
    Last Post: 06 Dec 2006, 08:19 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •