Loading...
 
Features / Usability

Features / Usability


Re: Re: Re: Moving tikiwiki to top level

posts: 3665 United States

>
> If I just redirect wiki, will that redirect spidered or bookmarked deeper level links (i.e. a specific article page to its new non-/wiki address)?
>

No, it will only redirect to your new "home" page. If you want redirects for every page:

  1. Create a sitemap of every URL on the "old" site.
  2. Create a sitemap of every URL on the "new" site.
  3. Edit your .htaccess file to provide a permanent redirect for every link. For example:
Copy to clipboard
RedirectMatch permanent ^/wiki/tiki-index.php?page=MyPage$ http://mydomain.com/tiki-index.php?page=MyPage


HTH,

-http://www.keycontent.org

There are no comments at this time.