.htaccess in a subdomain

i´ve got my install in a subdomain like abc.def.com
i need to change the .htaccess. How to do that?

# NOTE: change this to your actual StatusNet base URL path,
# minus the domain part:
#
# http://example.com/ => /
# http://example.com/mublog/ => /mublog/
#
RewriteBase /mublog/

Comments

  • @mediacampana It depends on how the subdomain is handled by your host. it would either be /abc/ or / depending on weather the subdomain is actually just a subdirectory or a separate site according to your host.
  • # NOTE: change this to your actual StatusNet base URL path,
    # minus the domain part:
    #
    # http://abc.def.com/ => /
    #
    RewriteBase /
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID