where do you have awstats installed ?
Is is something like, /var/server/www/thegeekguy.com/cgi-bin/awstats.pl ?
/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
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
well don’t know what is going on but it is now working.
cool, glad it’s running for you.