![]() |
![]() |
![]() |
||||
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. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Aug 2002
Posts: 1,844
|
awstats and wordpress htaccess problem
hi
i have just upgraded my apache from 1.3 to 2.2.9 and now my modrewrite doesn't work as it did, so if anyone can advise on the correct format for my requirements it would be appreciated. i have awstats in a folder called awstats, and i have permalinks setup on wordpress. as i say this did work before but can't access awstats folder now, i just get a 404 with wordpress. this is my htaccess: Code:
Options +FollowSymLinks RewriteCond %{REQUEST_URI} ^/awstats/ RewriteRule .* - [L] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress if anyone can see where i am going wrong it would be greatly appreciated. thanks in advance roland |
![]() |
![]() ![]() ![]() ![]() ![]() |