Buying .htaccess expert

Discussion in 'Programming' started by pzelf, Nov 27, 2012.

  1. #1
    Im looking for someone to setup my .htaccess file correctly

    what needs to be done:

    - redirect all http:// traffic to the http://www version of the site
    - redirect about 20 subdirectories to other subdirectories on the domain
    - redirect 3 subdomains to 3 different directories on the site.

    Please let me know your price if you can do this

    thanks!
     
    pzelf, Nov 27, 2012 IP
  2. southcaro

    southcaro Banned

    Messages:
    1,536
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    80
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Hello. we can do it. Over 8 years of experience designing and coding. I need to see the site to bid properly. Thanks so much.
     
    southcaro, Nov 27, 2012 IP
  3. Einheijar

    Einheijar Well-Known Member

    Messages:
    539
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    165
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Items 1 and 2
    
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.somesite\.com$
    RewriteRule (.*) http://www.somesite.com/$1 [R=301,L]
    Redirect 301 /old-directory http://www.somesite.com/newsite
    
    Code (markup):
    Item 3
    
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^subdomain\.somesite\.com$
    RewriteRule (.*) http://www.somesite.com/subdomain$1 [R=301,L]
    
    Code (markup):
     
    Einheijar, Nov 27, 2012 IP
  4. PYO

    PYO Member

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    PM me, if you still in need of assistance.
     
    PYO, Nov 27, 2012 IP
  5. mainspring

    mainspring Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Hello I would like to ask if anybody knows how to setup htaccess so mp4 files are protected for downloading but its possible to play them on my site on desktop and mobile devices like iphone. I found something which works but after installing that i canoot play videos on iphone anymore.





    thank you
     
    Last edited: Jan 19, 2013
    mainspring, Jan 19, 2013 IP