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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -