New Posts
Live Radio
Welcome guest, is this your first visit?
  • Login:
SunPoker.com Affiliate Program
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
  1. #1
    MPC
    MPC is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada Eh?
    Posts
    1,377
    Blog Entries
    20
    Feedback Score
    8 (100%)

    Default Need help Urgently! htaccess

    It appears that I have a redirect loop of some sort going on. It's sucking up all my bandwith. Yesterday, over 3GB until the limit was exceeded. Of course, that means my site goes down.

    I am not very good with htaccess and I copied and pasted code from various webpages (without actually understanding it sometimes). It works as I intended, other than this unfortunate side effect. Does anyone see anything wrong with it?

    PHP Code:
    RewriteEngine On
    Options 
    +FollowSymlinks
    RewriteBase 
    /
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond 
    %{REQUEST_FILENAME}\.php -f
    RewriteRule 
    ^(.*)/$ /$1.php [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_URI} !(.*)/$
    RewriteRule ^(.*)$ http://www.mypokerbasics.com/$1/ [R=301,L]

    rewritecond %{http_host} ^mypokerbasics.com [nc]
    rewriterule ^(.*)$ http://www.mypokerbasics.com/$1 [r=301,nc] 

    ########## Begin - 301 redirects
    redirect 301 /introduction-to-poker/index.php http://www.mypokerbasics.com/how-to-play-poker
    redirect 301 /introduction-to-poker/poker-hand-ranking.html http://www.mypokerbasics.com/poker-hand-ranking
    redirect 301 /documents/poker_hands.pdf http://www.mypokerbasics.com/poker-hand-ranking.pdf
    redirect 301 /introduction-to-poker/winning-poker-hand.html http://www.mypokerbasics.com/winning-poker-hand
    redirect 301 /introduction-to-poker/poker-terminology.html http://www.mypokerbasics.com/poker-terms
    redirect 301 /poker-games-and-rules/index.php http://www.mypokerbasics.com/poker-games
    redirect 301 /poker-games-and-rules/omaha.html http://www.mypokerbasics.com/how-to-play-omaha
    redirect 301 /poker-games-and-rules/7-card-stud.html http://www.mypokerbasics.com/how-to-play-7-card-stud
    redirect 301 /poker-games-and-rules/razz.html http://www.mypokerbasics.com/how-to-play-razz
    redirect 301 /poker-games-and-rules/let-it-ride.html http://www.mypokerbasics.com
    redirect 301 /poker-games-and-rules/hose.html http://www.mypokerbasics.com/how-to-play-hose
    redirect 301 /poker-games-and-rules/horse.html http://www.mypokerbasics.com/how-to-play-horse
    redirect 301 /poker-games-and-rules/follow-the-queen.html http://www.mypokerbasics.com
    redirect 301 /poker-games-and-rules/ho.html http://www.mypokerbasics.com/how-to-play-ho
    redirect 301 /poker-games-and-rules/har.html http://www.mypokerbasics.com/how-to-play-har
    redirect 301 /poker-games-and-rules/half-n-half.html http://www.mypokerbasics.com/how-to-play-half-n-half
    redirect 301 /poker-games-and-rules/ha.html http://www.mypokerbasics.com/how-to-play-ha
    redirect 301 /poker-games-and-rules/5-card-stud.html http://www.mypokerbasics.com/how-to-play-5-card-stud
    redirect 301 /poker-games-and-rules/5-card-draw.html http://www.mypokerbasics.com/how-to-play-5-card-draw
    redirect 301 /poker-games-and-rules/crazy-pineapple-hi-lo.html http://www.mypokerbasics.com
    redirect 301 /poker-games-and-rules/crazy-pineapple.html http://www.mypokerbasics.com
    redirect 301 /poker-games-and-rules/caribbean-stud-poker.html http://www.mypokerbasics.com
    redirect 301 /poker-games-and-rules/badugi.html http://www.mypokerbasics.com/how-to-play-badugi
    redirect 301 /poker-games-and-rules/texas-holdem.html http://www.mypokerbasics.com/how-to-play-texas-holdem
    redirect 301 /poker-rooms/where-to-play-poker.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /poker-rooms/top-10-poker-rooms.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /poker-rooms/poker-room-reviews.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /sitemap/index.php http://www.mypokerbasics.com/sitemap
    redirect 301 /links/poker-rooms.html http://www.mypokerbasics.com/links/poker-rooms
    redirect 301 /links/online-casinos.html http://www.mypokerbasics.com/links/online-casinos
    redirect 301 /links/casino-websites.html http://www.mypokerbasics.com/links/casino-websites
    redirect 301 /links/poker-portals.html http://www.mypokerbasics.com/links/poker-portals
    redirect 301 /links/poker-leagues.html http://www.mypokerbasics.com/links/poker-leagues
    redirect 301 /links/gambling-forums.html http://www.mypokerbasics.com/links/gambling-forums
    redirect 301 /links/gambling-supplies.html http://www.mypokerbasics.com/links/gambling-supplies
    redirect 301 /links/gambling-directories.html http://www.mypokerbasics.com/links/gambling-directories
    redirect 301 /links/poker-strategy.html http://www.mypokerbasics.com/links/poker-strategy
    redirect 301 /links/poker-freerolls.html http://www.mypokerbasics.com/links/poker-freerolls
    redirect 301 /links/gambling-reviews.html http://www.mypokerbasics.com/links/gambling-reviews
    redirect 301 /linx/bonus_codes.html http://www.mypokerbasics.com/links/bonus-codes
    redirect 301 /links/gambling-news.html http://www.mypokerbasics.com/links/gambling-news
    redirect 301 /links/poker-tools.html http://www.mypokerbasics.com/links/poker-tools
    redirect 301 /links/poker-books-and-dvds.html http://www.mypokerbasics.com/links/poker-books-and-dvds
    redirect 301 /links/gambling-blogs.html http://www.mypokerbasics.com/links/gambling-blogs
    redirect 301 /links/bingo.html http://www.mypokerbasics.com/links/bingo
    redirect 301 /links/sports-betting.html http://www.mypokerbasics.com/links/sports-betting
    redirect 301 /links/foreign-gambling-sites.html http://www.mypokerbasics.com/links/foreign-gambling-sites
    redirect 301 /links/add_link.html http://www.mypokerbasics.com/links
    redirect 301 /poker-rooms/poker-room-reviews.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /poker-reviews/bodog-poker-review.html http://www.mypokerbasics.com/bodog-poker-bonus-code
    redirect 301 /poker-reviews/cake-poker-review.html http://www.mypokerbasics.com/cake-poker-bonus-code
    redirect 301 /poker-reviews/carbon-poker-review.html http://www.mypokerbasics.com/carbon-poker-bonus-code
    redirect 301 /poker-reviews/cd-poker-review.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /poker-reviews/doyles-room-poker-review.html http://www.mypokerbasics.com/doyles-room-bonus-code
    redirect 301 /poker-reviews/full-tilt-poker-review.html http://www.mypokerbasics.com/fulltilt-poker-bonus-code
    redirect 301 /poker-reviews/hollywood-poker-review.html http://www.mypokerbasics.com/hollywood-poker-bonus-code
    redirect 301 /poker-reviews/mansion-poker-review.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /poker-reviews/pacific-poker-review.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /poker-reviews/paradise-poker-review.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /poker-reviews/party-poker-review.html http://www.mypokerbasics.com/party-poker-bonus-code
    redirect 301 /poker-reviews/pkr-poker-review.html http://www.mypokerbasics.com/pkr-poker-bonus-code
    redirect 301 /poker-reviews/poker-stars-poker-review.html http://www.mypokerbasics.com/pokerstars-bonus-code
    redirect 301 /poker-reviews/sun-poker-review.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /poker-reviews/texasholdem.com-poker-review.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /poker-reviews/titan-poker-review.html http://www.mypokerbasics.com/titan-poker-bonus-code
    redirect 301 /poker-reviews/redkings-poker-review.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /poker-rooms/poker-room-reviews.html http://www.mypokerbasics.com/best-poker-rooms
    redirect 301 /contact-us/index.php http://www.mypokerbasics.com/contact
    ########## End - 301 redirects


    ########## Begin - Rewrite rules to block out some common exploits

    ## If you experience problems on your site block out the operations listed below
    ## This attempts to block the most common type of exploit `attempts` to Joomla!
    ## Block out any script trying to set a mosConfig value through the URL

    RewriteCond %{QUERY_STRINGmosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]

    ## Block out any script trying to base64_encode crap to send via URL

    RewriteCond %{QUERY_STRINGbase64_encode.*\(.*\) [OR]

    ## Block out any script that includes a <script> tag in URL

    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]

    ## Block out any script trying to set a PHP GLOBALS variable via URL

    RewriteCond %{QUERY_STRINGGLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]

    ## Block out any script trying to modify a _REQUEST variable via URL

    RewriteCond %{QUERY_STRING_REQUEST(=|\[|\%[0-9A-Z]{0,2})

    ## Send all blocked request to homepage with 403 Forbidden error!

    RewriteRule ^(.*)$ index.php [F,L]

    ########## End - Rewrite rules to block out some common exploits 

  2. #2
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    United States
    Posts
    225
    Feedback Score
    4 (100%)

    Default

    What page is the redirect loop occurring on?

    I am using firebug in Firefox and every page I hit is either a code 200 (good) or a proper 301 pointing to a 200 (also good).

  3. #3
    MPC
    MPC is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada Eh?
    Posts
    1,377
    Blog Entries
    20
    Feedback Score
    8 (100%)

    Default

    I don't know which page. That's the problem. All I know is my bandwith is going up fast, and the site has never exceeded 2GB in the past. I am suspecting a loop because I don't know what else would cause this. My host also said:

    "You can see from Awstats there is 1.69 GB of not viewed traffic. It was
    generated by the permanent redirects (301 code)"

    So I'm a little confused!

  4. #4
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    United States
    Posts
    225
    Feedback Score
    4 (100%)

    Default

    Do you have access to your Apache error and access logs? If they aren't too big perhaps you could zip them and make them available to me, us. Or just scan through them and post anything that jumps out to you.

    Perhaps someone can detect something in your posted htaccess above, I couldn't...

  5. #5
    MPC
    MPC is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada Eh?
    Posts
    1,377
    Blog Entries
    20
    Feedback Score
    8 (100%)

    Default

    I don't think I do. I've never used apache. Where would I look to see if I have it?

    I have an error log that shows:

    Wed Aug 12 08:50:24 2009] [error] [client 124.104.152.107] File does not exist: /public_html/favicon.ico
    [Wed Aug 12 08:49:24 2009] [error] [client 124.104.152.107] File does not exist: /public_html/favicon.ico
    [Wed Aug 12 08:48:36 2009] [error] [client 124.104.152.107] File does not exist: /public_html/favicon.ico
    [Wed Aug 12 08:48:31 2009] [error] [client 124.104.152.107] File does not exist: /public_html/favicon.ico
    [Wed Aug 12 08:45:23 2009] [error] [client 93.136.112.67] File does not exist: /public_html/favicon.ico
    [Wed Aug 12 08:43:58 2009] [error] [client 123.236.185.128] File does not exist: /public_html/favicon.ico
    [Wed Aug 12 08:38:08 2009] [error] [client 93.136.112.67] File does not exist: /public_html/favicon.ico
    [Wed Aug 12 08:34:49 2009] [error] [client 156.34.46.154] File does not exist: /public_html/sdf
    [Wed Aug 12 08:31:41 2009] [error] [client 156.34.46.154] File does not exist: /public_html/best-poker-roomsers
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:34 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:33 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:32 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:31 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:30 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:29 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:28 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:27 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:26 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:25 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:25 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:25 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:25 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:25 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:25 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:25 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:25 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:25 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:25 2009] [error] [client 62.139.37.44] File does not exist: /public_html/404.shtml
    [Wed Aug 12 08:31:25 2009] [error] [client 156.34.46.154] File does not exist: /public_html/404.shtml

  6. #6
    MPC
    MPC is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada Eh?
    Posts
    1,377
    Blog Entries
    20
    Feedback Score
    8 (100%)

    Default

    The public_html/404.shtml is where the browsers go as default for "page not found", but that file does not exist. I just created a custom 404 page and added it to htaccess. That works.

  7. #7
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    United States
    Posts
    225
    Feedback Score
    4 (100%)

    Default

    Quote Originally Posted by MPC View Post
    The public_html/404.shtml is where the browsers go as default for "page not found", but that file does not exist. I just created a custom 404 page and added it to htaccess. That works.
    Great! Glad you got t working! I had a site outage last week for a different reason. Worst part is I was hosting a charity poker event that night and the server was down 2 hrs before the event

  8. #8
    MPC
    MPC is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada Eh?
    Posts
    1,377
    Blog Entries
    20
    Feedback Score
    8 (100%)

    Default

    Something is still off.

    When I type an invalide URL like xhttp://www.mypokerbasics.com/sadfjadas, the 404 works perfectly. When I'm in a valid page like xhttp://www.mypokerbasics.com/how-to-play-poker/ and I add invalid URL like xhttp://www.mypokerbasics.com/how-to-play-poker/sadfjadas, then it doesn't work. Only seems to work from the main level.

    This is the line I added in htaccess:

    PHP Code:
    ErrorDocument 404 http://www.mypokerbasics.com/notfound/ 

  9. #9
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jan 2009
    Location
    USA
    Posts
    1,269
    Feedback Score
    1 (100%)

    Default

    You need to look at the access log file and see what URL(s) are being fetched that cause the 404 error.
    Free advice and opinions are provided without any warranties or guarantees. I cannot do anything about the facts.

  10. #10
    MPC
    MPC is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada Eh?
    Posts
    1,377
    Blog Entries
    20
    Feedback Score
    8 (100%)

    Default

    Reviewing logs now. I think I have the situation under control now, except for the thing I described in my last post.

    Thank you all for your assistance


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Urgently Need Paypal For Stars
    By PokerFelts in forum Money Trading & Cash Exchange
    Replies: 0
    Last Post: 11-02-2009, 07:07 AM
  2. Urgently need to get in touch with FuguPoker staff
    By JTJagger in forum General Poker Affiliate Forum
    Replies: 0
    Last Post: 10-26-2009, 07:55 AM
  3. Another htaccess question
    By MPC in forum Wordpress - Web Design - Coding - Technical
    Replies: 7
    Last Post: 07-31-2009, 04:54 PM
  4. htaccess help
    By sirtiner in forum Poker SEO Forum
    Replies: 5
    Last Post: 01-24-2009, 05:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant