Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mbaltrusitis

    (@mbaltrusitis)

    Ha! I figured the 404 error part out. I destroyed my .htaccess file and needed to replace it.

    I am still having issues with wp-admin though. Getting the same 403 error.

    Any ideas?

    Thread Starter mbaltrusitis

    (@mbaltrusitis)

    @skotter

    No, I did not go to /wp-admin/install.php. When I tried to do that just now though, it gave me another 404.

    Thank you for your continued help dkotter.

    Thread Starter mbaltrusitis

    (@mbaltrusitis)

    The URL has not changed from server to server. On the old server my URL was matthewbaltrusitis.com and it is the same on my new server.

    Just for posterity though, i checked the wp_options table and the second line was my URL. First line was a “0_transient_random_seed,” not sure if that matters.

    Thank you dkotter!

    Thread Starter mbaltrusitis

    (@mbaltrusitis)

    I was able to achieve this by using

    <?php wp_list_categories('orderby=name&title_li='); ?>

    Believe it or not, but now I have a “Blog” link showing up. I tried adding:

    <?php wp_list_categories('orderby=name&exclude=BLOG ID #&title_li='); ?>

    But that didn’t work.

    Thread Starter mbaltrusitis

    (@mbaltrusitis)

    The other thing…
    It’s not
    matthewbaltrusitis.com/categories/portfolio
    but
    https://www.matthewbaltrusitis.com/category/portfolio

    you can change what it says (category or categories or whatever in the settings under permalinks)

    Ugh duh, obviously. Don’t know what I made the plural.

    ——

    I tried your suggestion, didn’t work.

    Forum: Fixing WordPress
    In reply to: 500 Errors Galore
    Thread Starter mbaltrusitis

    (@mbaltrusitis)

    I restored the .htaccess file to the original content so I am now able to get to my admin login screen.

    Now I just need to fix my RSS feeds. Here is the error log.

    38.108.180.152 - - [25/Apr/2009:01:15:55 -0700] "GET /pedalheadblog.com/robots.txt HTTP/1.1" 404 231 "-" "Mozilla/5.0 (compatible; ScoutJet; +https://www.scoutjet.com/)"
    38.108.180.152 - - [25/Apr/2009:01:15:56 -0700] "GET /pedalheadblog.com/ HTTP/1.1" 200 4676 "-" "Mozilla/5.0 (compatible; ScoutJet; +https://www.scoutjet.com/)"
    38.108.180.152 - - [25/Apr/2009:01:15:58 -0700] "GET /pedalheadblog.com/wp-content/themes/ships-ahoy/favicon.ico HTTP/1.1" 200 12342 "-" "Mozilla/5.0 (compatible; ScoutJet; +https://www.scoutjet.com/)"
    72.47.228.155 - - [25/Apr/2009:01:35:53 -0700] "HEAD /pedalheadblog.com/wp-cron.php?check=8c537884c13465b89d86b7634819c308 HTTP/1.0" 200 - "-" "WordPress/2.7.1"
    66.249.73.153 - - [25/Apr/2009:01:35:53 -0700] "GET /pedalheadblog.com/?feed=rss2 HTTP/1.1" 500 389 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +https://www.google.com/bot.html)"
    66.249.73.153 - - [25/Apr/2009:01:36:55 -0700] "GET /pedalheadblog.com/?feed=rss2 HTTP/1.1" 500 389 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +https://www.google.com/bot.html)"
    66.249.73.153 - - [25/Apr/2009:01:37:57 -0700] "GET /pedalheadblog.com/?feed=rss2 HTTP/1.1" 500 389 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +https://www.google.com/bot.html)"
    66.249.73.153 - - [25/Apr/2009:01:38:58 -0700] "GET /pedalheadblog.com/?feed=rss2 HTTP/1.1" 500 389 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +https://www.google.com/bot.html)"

    Here is the contents of my .htaccess file:

    AddHandler php5-script .php

Viewing 6 replies - 1 through 6 (of 6 total)