How to redirect a page in CMS Made Simple?

How to redirect a page in CMS Made Simple?

But in CMS Made Simple also: This method will redirect the browser to the correct canonical URL with a 301 header: Moved Permanently. To redirect the index.html we can simply use the .htaccess file, like described in this tutorial: Redirect (re)moved pages in CMS Made Simple.

How to redirect a website to another URL?

The source URL will redirect to another URL. This is the solution about how to redirect a URL when you have FTP (or similar) access to your site. You just need access to edit the HTML files of the source URL you wish to redirect. Simply edit the specific source HTML file, and add this line to your section.

What does it mean when Google redirects a page?

What is an URL Redirect That means that when the visitor comes into the source (old) URL, it will be transferred automatically to the destination (new) URL. There are basically two types of redirection: temporary (302) and permanent (301). Google values much more pages with permanent ones (301 Redirects), as per Matt Cuts.

How to redirect to the correct canonical URL?

But in CMS Made Simple also: This method will redirect the browser to the correct canonical URL with a 301 header: Moved Permanently. To redirect the index.html we can simply use the .htaccess file, like described in this tutorial: Redirect (re)moved pages in CMS Made Simple. 2. Other URL’s

How to disable the redirect function in CMSMS?

Call this UDT just below the canonical URL Smarty tag in your CMSMS core Page Template: The exclude=’foo,bar’ parameter is optional and can be used to disable the redirect function at one or more page aliases, i.e. the Search module result page.

How to redirect the index.html file?

To redirect the index.html we can simply use the .htaccess file, like described in this tutorial: Redirect (re)moved pages in CMS Made Simple. 2. Other URL’s

What is the user defined tag redirectcanonical in CMSMS?

The User Defined Tag RedirectCanonical will read the browser URL and the canonical URL. If they don’t match the browser will be redirected to the canonical URL. Call this UDT just below the canonical URL Smarty tag in your CMSMS core Page Template: