1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Is it possible to load module with .htaccess?

Discussion in 'Apache' started by yollopukke, Nov 10, 2011.

  1. #1
    How to LoadModule with .htaccess?
     
    yollopukke, Nov 10, 2011 IP
  2. pr0t0n

    pr0t0n Well-Known Member

    Messages:
    243
    Likes Received:
    10
    Best Answers:
    10
    Trophy Points:
    128
    #2
    I don't think so. Apache modules are compiled along with apache, and unless server is configured to use dynamically loaded modules, in which case specific modules can be compiled and loaded via LoadModule directive, then the apache has to be re-compiled each time to add some specific module to server configuration. LoadModule directive goes to httpd.conf (or included config files), and can not be loaded with .htaccess
     
    pr0t0n, Nov 10, 2011 IP