Posts by Jiraya Tupiniquim • 71 points
2 posts
-
3
votes1
answer2190
viewsQ: Force www and https in url - HTACCESS
Below is the code to force www and https at the url of the page using htaccess, who need it, for me it worked right. Hugs RewriteEngine On RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST}…
-
2
votes1
answer2080
viewsQ: HTACCESS - Subdomain
Does anyone there know how to set up htaccess? I need it to work with the subdomain, and not to show the main domain in the address bar when the subdomain is open. Ex of how you are now:…