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!
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.
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):
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