Is it possible to redirect telescope to subdirectory -
i redirect forum.domain.com www.domain.com/forum can increase seo power. totally new product. app deployed on heroku(the files not under domain.com) , on settings page in heroku added domain following:
forum.domain.com --- myappname.herokuapp.com
and in hosting provider hosts "domain" changed cname settings following:
forum.domain.com --- myappname.herokuapp.com.
and in htaccess file wrote this: rewriteengine on rewritecond %{http_host} ^forum.domain.com$ [nc] rewriterule ^/?$ "http://www.domain/forum" [r=301,l]
i think since cname "forum" subdomain points myappname.herokuapp.com can't redirect forum.domain.com www.domain.com/forum
your appreciated!
i'm sure it's possible in theory heavy customizations, telescope not set work in subdirectory out of box. don't think practical, sorry.
Comments
Post a Comment