This community guide may help:
This script forces all URLs with components of
http://www.example.com/projects.html?i=#
or
http://www.example.com/projects.php?i=#
to a URL of the design
https://example.com/projects/
If you do not care to understand what you’re doing here, follow the Summary.
Summary: Create a file named .htaccess in the root directory of your site (the htdocs folder). Copy and paste the code at the bottom of this post into that file. If that file already exists in your root directory, paste the code …
Another example is mentioned here:
.htaccess Guide!
htaccess file allows you to set server configurations for a specific directory. This could be the root directory for your website or an /images or /downloads directory. It is used on the Apache web server. It can also be used on a handful of other web servers…
I’m going to give you a mini-guide on htaccess. Hope you find it useful!
Warning: BEFORE you edit your .htacces file, store a copy of it in case you mess it up!
Redirect to https
RewriteEngine On
RewriteCond %{HTTPS} …
Look up ?i=1 on the search tool, there should be more examples if you need them.
You don’t necessarily need it. There are services like eu.org , pp.ua and FreeDNS , that offer free subdomains that can function as a custom domain (provided you’re allowed to change nameservers).
Here’s an example guide for pp.ua:
Hello! I’m gonna show you how to get domain at pp.ua zone!
Register at Domain registrar | NIC.UA
Verify your email.
Then, at home page, type [your website name].pp.ua
Get in all information (Use your real phone number, becasue you will need to verify your domain after that)
Wait for sms in code.
After you get code, get to the Activate domain and write everything that it’s questioning (domain (without http:// and www.), phone number, and code)
Done! You’re got own domain! You can change nameser…
7 Likes