#
Redirects
Add custom redirects to automatically forward traffic from one URL on your website to another.
In Solodev, you can directly add or modify redirects using .htaccess (hypertext access), a powerful yet hidden file for adding extra functionality to your website that can make it more crawlable and indexable to search engines.
Tip:
Several common redirects can be used to forward traffic, including 301 permanent redirects and 302 temporary redirects. Choosing the correct redirect can enhance your SEO, so be careful which one you select.
Tip:
In Solodev, you must structure your redirects to include the Redirect syntax, the specific redirect code, and the path you wish to redirect from. Most importantly, you must include the absolute URL for the target domain, including the https/http and www.
Redirect 301 /partners https://www.example.com/customers/
#
History
View the history of your .htaccess file, including redirects. See the date each version was created and who updated the version. You can also compare and restore a previous version to your current version.
Tip:
While you can restore a previous version to overwrite your current version, you can’t make specific changes to the existing file in History. Click OK to add new redirects or make modifications and return to the main Redirects window.