Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 03-30-2008, 01:19 AM   #1
Angry Jew Cat - Banned for Life
(felis madjewicus)
 
Industry Role:
Join Date: Jul 2006
Location: In Mom & Dad's Basement
Posts: 20,368
need an .htaccess that will allow for wordpress to run smoothly with awstats

ok, apparently i'm having some issues with my .htaccess not working smoothly to allow for both wordpress to run properly and to view my awstats properly at the same time. My host's tech support rewrote me a .htaccess file, but the new .htaccess they did for me kills my feeds and permalink structure to allow awstats to view properly. Anyone got something that'll work for me? I'd appreciate it.
Angry Jew Cat - Banned for Life is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-30-2008, 01:34 AM   #2
moeloubani
Confirmed User
 
moeloubani's Avatar
 
Industry Role:
Join Date: Dec 2007
Location: Ontario
Posts: 4,235
You can disable Permalinks, there are some awesome traffic plugins for Wordpress and theres always Google Analytics, sometimes I'll disable permalinks for a quick peek at my stats that way but the results are the same that I get from plugins/Google.
moeloubani is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-30-2008, 01:48 AM   #3
Angry Jew Cat - Banned for Life
(felis madjewicus)
 
Industry Role:
Join Date: Jul 2006
Location: In Mom & Dad's Basement
Posts: 20,368
i like awstats though, and i don't feel like turning off permalinks just to view my stats. surely there is a .htaccess rewrite out there that will do the trick.
Angry Jew Cat - Banned for Life is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-30-2008, 01:57 AM   #4
SayWhut
Confirmed User
 
SayWhut's Avatar
 
Join Date: Jan 2008
Location: United Blingdom
Posts: 962
I reckon Analytics kicks the shit out of AWStats
SayWhut is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2008, 11:21 PM   #5
Angry Jew Cat - Banned for Life
(felis madjewicus)
 
Industry Role:
Join Date: Jul 2006
Location: In Mom & Dad's Basement
Posts: 20,368
reckon what you all will, i still needs to find an .htaccess rewrite that works for wordpress and awstats simultaneously. anyone?
Angry Jew Cat - Banned for Life is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-07-2008, 01:50 AM   #6
Angry Jew Cat - Banned for Life
(felis madjewicus)
 
Industry Role:
Join Date: Jul 2006
Location: In Mom & Dad's Basement
Posts: 20,368
bumpage, i need a decent .htac cess that can make my dreams come true. someone please help a brotha out here. shit is driving me batshit insane...
Angry Jew Cat - Banned for Life is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-07-2008, 01:54 AM   #7
Angry Jew Cat - Banned for Life
(felis madjewicus)
 
Industry Role:
Join Date: Jul 2006
Location: In Mom & Dad's Basement
Posts: 20,368
i tried the following but it doesn't seem to do shit when i try to view domain.com/awstats . it takes em to the 404 page

Code:
# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/awstats.*$ [NC] [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress
Angry Jew Cat - Banned for Life is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-07-2008, 02:12 AM   #8
Angry Jew Cat - Banned for Life
(felis madjewicus)
 
Industry Role:
Join Date: Jul 2006
Location: In Mom & Dad's Basement
Posts: 20,368
got it sorted
Angry Jew Cat - Banned for Life is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-07-2008, 02:17 AM   #9
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
i have awstats in a folder called awstats, and i use this in my htaccess

RewriteCond %{REQUEST_URI} ^/awstats/
RewriteRule .* - [L]
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-02-2008, 01:49 AM   #10
CyberHustler
Masterbaiter
 
Industry Role:
Join Date: Feb 2006
Posts: 26,243
Quote:
Originally Posted by Angry Jew Cat View Post
got it sorted
Care to share? I'm currently having the same issue.

Thanks.


Never mind. I guess it fixed itself somehow lol.

Last edited by CyberHustler; 08-02-2008 at 01:52 AM..
CyberHustler is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-02-2008, 02:04 AM   #11
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
try this one, I know I did it on two of my sites but I'm not sure that this is the one I used, back up your old one and try this one


Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html).*$ [NC]
RewriteRule . - [L]
</IfModule> 
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-02-2008, 02:11 AM   #12
d-null
. . .
 
d-null's Avatar
 
Industry Role:
Join Date: Apr 2007
Location: NY
Posts: 13,724
Quote:
Originally Posted by SayWhut View Post
I reckon Analytics kicks the shit out of AWStats
interested to hear your solution AJC

and I reckon that Google Analytics spyware is the last thing a person should use
__________________

__________________

Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
Check out the #1 WordPress SEO Plugin: CyberSEO Suite
d-null is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-02-2008, 02:47 AM   #13
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
to all you guys having a problem with this, i did have it working and then it syopped when i recently upgraded apache an i couldn't figure out why. the reason was that my default 401 error page had changed in httpd.conf and i was getting a conflict with the password protected awstats folder, it was driving me nuts until i found the solution. for anyone who can't get it to work add a 401 error page to your html folder and the following line to your htaccess

ErrorDocument 401 /401.shtml

so my working htaccess file is now

Code:
Options +FollowSymLinks 
ErrorDocument 401 /401.shtml 

<IfModule mod_rewrite.c> 
  RewriteEngine On 

  RewriteRule ^awstats(/.*)?$ - [L] 

  # BEGIN WordPress 
  RewriteCond &#37;{SCRIPT_FILENAME} !-f 
  RewriteCond %{SCRIPT_FILENAME} !-d 
  RewriteRule . /index.php [L] 
  # END WordPress 
</IfModule>
it may look like a stupid solution but if you can't get it to work on your server give this a try.
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-02-2008, 04:48 AM   #14
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
awstats is the biggest reource hog
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-02-2008, 05:55 AM   #15
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
Quote:
Originally Posted by fris View Post
awstats is the biggest reource hog

i thought it was just log analysis software? it only uses resources when you update it manually or once a day with cron when it updates.
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-02-2008, 07:20 AM   #16
TheDoc
Too lazy to set a custom title
 
TheDoc's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: Currently Incognito
Posts: 13,827
Quote:
Originally Posted by SayWhut View Post
I reckon Analytics kicks the shit out of AWStats
Overall analytics, tracks more 'things' and lets you view them in a pretty way. AWStats uses your server logs, and tracks far more traffic totals, errors, referrals, ect.. than analytics ever could.
__________________
~TheDoc - ICQ7765825
It's all disambiguation
TheDoc is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.