• Resolved thegeekguy

    (@thegeekguy)


    ever since I installed wordpress 2.0 I can not access my awstats and I am wondering what mod rewrite rule I have to setup so I can access it again.

Viewing 7 replies - 1 through 7 (of 7 total)
  • where do you have awstats installed ?

    Is is something like, /var/server/www/thegeekguy.com/cgi-bin/awstats.pl ?

    Thread Starter thegeekguy

    (@thegeekguy)

    /home/blackdot/davidnewberger.com/awstats/cgi-bin/awstats.pl

    my apache is rusty, but try this (before the WP rewrite rules):

    ScriptAlias /awstats/ /home/blackdot/davidnewberger.com/awstats/cgi-bin/

    then access your awstats via

    http://www.davidnewberger.com/awstats/awstats.pl

    If that doesn’t work, we can try other steps.

    FYI, you spelled wordpress wrong in your latest post. You’ve got it as Wordpres

    Thread Starter thegeekguy

    (@thegeekguy)

    no go on that 🙁

    here is what I put in the htaccess file:

    ScriptAlias /awstats/ /home/blackdot/davidnewberger.com/awstats/cgi-bin/

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php
    </IfModule>
    # END WordPress

    Thread Starter thegeekguy

    (@thegeekguy)

    well don’t know what is going on but it is now working.

    cool, glad it’s running for you.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Mod Rewrite’ is closed to new replies.