Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter snookie

    (@snookie)

    figured it out.. i overwrote the original .htaccess that was there.. so i changed it back to the way it was.. (stupid)

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

    # END WordPress

    but does anyone know what to add to that to prevent hotlinking images and direct downloading of videos?

    the only solution i found that worked for me (and many other BlueHost members with the same problem) was to switch to another host.. i haven’t seen that error message since.

    Thread Starter snookie

    (@snookie)

    solved!

    all i needed to do was click on the “Update permalinks” button in Dashboard. 🙂

    Thread Starter snookie

    (@snookie)

    yes i thought so too.. but i created a new database anyway.. imported all of my posts and comments through phpmyadmin.. everything appears to be there BUT whenever you click on the post title or the link to view the comments or the separate categories it shows a “Not Found” page..

    what could be the cause of that?

    seems that the wp-comments-post.php has been logged the most.. could there be an error with the script?

    i’ve been having this problem constantly for the past four months.. i’m on BlueHost, i disabled awstats and all other stat program, i’ve changed my theme to the default wordpress theme, and disabled all plugins..

    i’ve had that message come up as often as every 3 minutes while navigating my site.. that is absolutely ridiculous! what could it possibly be???

    here is a sample of my cpu exceeded logs..

    Tue Nov 6 00:19:31 2007: used 0.01 seconds of cpu time for HTTP Request: http://www.area-77.com : GET /images/arsenal.jpg HTTP/1.1
    Tue Nov 6 00:20:55 2007: used 0.34 seconds of cpu time for /usr/bin/php index.php
    Tue Nov 6 00:20:56 2007: used 0.19 seconds of cpu time for PROCESS : /usr/bin/php index.php
    Tue Nov 6 00:21:13 2007: used 0.01 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
    Tue Nov 6 00:21:13 2007: used 0.01 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
    Tue Nov 6 00:21:13 2007: used 0.06 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
    Tue Nov 6 00:21:15 2007: used 0.28 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
    Tue Nov 6 00:21:15 2007: used 0.27 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
    Tue Nov 6 00:21:15 2007: used 0.27 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
    Tue Nov 6 00:21:15 2007: used 0.45 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
    Tue Nov 6 00:21:15 2007: used 0.27 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
    Tue Nov 6 00:21:15 2007: used 0.28 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
    Tue Nov 6 00:21:15 2007: used 0.26 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0
    Tue Nov 6 00:21:15 2007: used 0.26 seconds of cpu time for HTTP Request: area-77.com : POST /blog/wp-comments-post.php HTTP/1.0

    Thread Starter snookie

    (@snookie)

    thanks MichaelH, although those two lines were already there i looked further into it and found that the problem was solved when i changed them to:

    //define(‘DB_CHARSET’, ‘utf8’);
    //define(‘DB_COLLATE’, ”);

    ravidreams, thanks that helped fix my problem too.. Arabic text 🙂

    Thread Starter snookie

    (@snookie)

    as usual, no one replies..

    forget about it.

    Thread Starter snookie

    (@snookie)

    never mind.. i figured it out.. i just replace the images in the “images” folder with ones of my own.

    Thread Starter snookie

    (@snookie)

    no one knows? 😐

    Thread Starter snookie

    (@snookie)

    yeah i did modify it :/ but i only changed color codes.. and added a few things to the side bar..

    Thread Starter snookie

    (@snookie)

    no one knows what im talking about?

    Thread Starter snookie

    (@snookie)

    thanks dss, i think i can work with that..

    so i would add that to the style sheet and rename #leftcontent to #leftsidebar ? and so on.. i’ll try that..

    Thread Starter snookie

    (@snookie)

    i’ll keep working on it and looking for that one sidebar/content/sidebar template u guys mentioned.. i’ll post my results if any of you would like to know it?

    maerk, im a beginner so i wouldnt know how to do the padding/margin stuff.. but i do recall seeing that in the style sheet..

    i use camino.. so the misalignment is a mozilla thing i guess.. thanks for pointing that out..

Viewing 15 replies - 1 through 15 (of 16 total)