Forum Replies Created

Viewing 15 replies - 46 through 60 (of 90 total)
  • Thread Starter Nurice

    (@nurice)

    I think you figured it out, Macmanx! Thanks!

    I deleted those outside files and have not yet re-generated permalinks, but the next page and rss seem to work fine.

    I’ll plan to update the permalinks just in case something needs re-writing, but thought you may like to see the results of deleting those files before I update them. I have no idea how those files got there.

    Thread Starter Nurice

    (@nurice)

    Yes chmod is set to 666.

    The following is listed outside the WP tags:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /climates/
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^.*$ – [S=35]
    RewriteRule ^feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?&feed=$1 [QSA,L]
    RewriteRule ^(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?&feed=$1 [QSA,L]
    RewriteRule ^page/?([0-9]{1,})/?$ /climates/index.php?&paged=$1 [QSA,L]
    RewriteRule ^comments/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?&feed=$1&withcomments=1 [QSA,L]
    RewriteRule ^comments/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?&feed=$1&withcomments=1 [QSA,L]
    RewriteRule ^comments/page/?([0-9]{1,})/?$ /climates/index.php?&paged=$1 [QSA,L]
    RewriteRule ^search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?s=$1&feed=$2 [QSA,L]
    RewriteRule ^search/(.+)/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?s=$1&feed=$2 [QSA,L]
    RewriteRule ^search/(.+)/page/?([0-9]{1,})/?$ /climates/index.php?s=$1&paged=$2 [QSA,L]
    RewriteRule ^search/(.+)/?$ /climates/index.php?s=$1 [QSA,L]
    RewriteRule ^climate/categorias/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?category_name=$1&feed=$2 [QSA,L]
    RewriteRule ^climate/categorias/(.+)/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?category_name=$1&feed=$2 [QSA,L]
    RewriteRule ^climate/categorias/(.+)/page/?([0-9]{1,})/?$ /climates/index.php?category_name=$1&paged=$2 [QSA,L]
    RewriteRule ^climate/categorias/(.+)/?$ /climates/index.php?category_name=$1 [QSA,L]
    RewriteRule ^archives/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?author_name=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?author_name=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/author/([^/]+)/page/?([0-9]{1,})/?$ /climates/index.php?author_name=$1&paged=$2 [QSA,L]
    RewriteRule ^archives/author/([^/]+)/?$ /climates/index.php?author_name=$1 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&monthnum=$2&day=$3&feed=$4 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&monthnum=$2&day=$3&feed=$4 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ /climates/index.php?year=$1&monthnum=$2&day=$3&paged=$4 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /climates/index.php?year=$1&monthnum=$2&day=$3 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&monthnum=$2&feed=$3 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&monthnum=$2&feed=$3 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ /climates/index.php?year=$1&monthnum=$2&paged=$3 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/?$ /climates/index.php?year=$1&monthnum=$2 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/page/?([0-9]{1,})/?$ /climates/index.php?year=$1&paged=$2 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/?$ /climates/index.php?year=$1 [QSA,L]
    RewriteRule ^archives/([0-9]+)/trackback/?$ /climates/index.php?p=$1&tb=1 [QSA,L]
    RewriteRule ^archives/([0-9]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?p=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/([0-9]+)/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?p=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/([0-9]+)/page/?([0-9]{1,})/?$ /climates/index.php?p=$1&paged=$2 [QSA,L]
    RewriteRule ^archives/([0-9]+)(/[0-9]+)?/?$ /climates/index.php?p=$1&page=$2 [QSA,L]
    </IfModule>

    Thread Starter Nurice

    (@nurice)

    Yes chmod is set to 666.

    The following is listed outside the WP tags:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /climates/
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^.*$ – [S=35]
    RewriteRule ^feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?&feed=$1 [QSA,L]
    RewriteRule ^(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?&feed=$1 [QSA,L]
    RewriteRule ^page/?([0-9]{1,})/?$ /climates/index.php?&paged=$1 [QSA,L]
    RewriteRule ^comments/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?&feed=$1&withcomments=1 [QSA,L]
    RewriteRule ^comments/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?&feed=$1&withcomments=1 [QSA,L]
    RewriteRule ^comments/page/?([0-9]{1,})/?$ /climates/index.php?&paged=$1 [QSA,L]
    RewriteRule ^search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?s=$1&feed=$2 [QSA,L]
    RewriteRule ^search/(.+)/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?s=$1&feed=$2 [QSA,L]
    RewriteRule ^search/(.+)/page/?([0-9]{1,})/?$ /climates/index.php?s=$1&paged=$2 [QSA,L]
    RewriteRule ^search/(.+)/?$ /climates/index.php?s=$1 [QSA,L]
    RewriteRule ^climate/categorias/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?category_name=$1&feed=$2 [QSA,L]
    RewriteRule ^climate/categorias/(.+)/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?category_name=$1&feed=$2 [QSA,L]
    RewriteRule ^climate/categorias/(.+)/page/?([0-9]{1,})/?$ /climates/index.php?category_name=$1&paged=$2 [QSA,L]
    RewriteRule ^climate/categorias/(.+)/?$ /climates/index.php?category_name=$1 [QSA,L]
    RewriteRule ^archives/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?author_name=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?author_name=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/author/([^/]+)/page/?([0-9]{1,})/?$ /climates/index.php?author_name=$1&paged=$2 [QSA,L]
    RewriteRule ^archives/author/([^/]+)/?$ /climates/index.php?author_name=$1 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&monthnum=$2&day=$3&feed=$4 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&monthnum=$2&day=$3&feed=$4 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ /climates/index.php?year=$1&monthnum=$2&day=$3&paged=$4 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /climates/index.php?year=$1&monthnum=$2&day=$3 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&monthnum=$2&feed=$3 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&monthnum=$2&feed=$3 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ /climates/index.php?year=$1&monthnum=$2&paged=$3 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/([0-9]{1,2})/?$ /climates/index.php?year=$1&monthnum=$2 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?year=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/page/?([0-9]{1,})/?$ /climates/index.php?year=$1&paged=$2 [QSA,L]
    RewriteRule ^archives/date/([0-9]{4})/?$ /climates/index.php?year=$1 [QSA,L]
    RewriteRule ^archives/([0-9]+)/trackback/?$ /climates/index.php?p=$1&tb=1 [QSA,L]
    RewriteRule ^archives/([0-9]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?p=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/([0-9]+)/(feed|rdf|rss|rss2|atom)/?$ /climates/index.php?p=$1&feed=$2 [QSA,L]
    RewriteRule ^archives/([0-9]+)/page/?([0-9]{1,})/?$ /climates/index.php?p=$1&paged=$2 [QSA,L]
    RewriteRule ^archives/([0-9]+)(/[0-9]+)?/?$ /climates/index.php?p=$1&page=$2 [QSA,L]
    </IfModule>

    Thread Starter Nurice

    (@nurice)

    Thanks, macmanx. I did as you suggested, making sure both url’s are for the subdomain and updating permalinks, doesn’t seem to have changed anything.

    Thread Starter Nurice

    (@nurice)

    Thanks, macmanx. I did as you suggested, making sure both url’s are for the subdomain and updating permalinks, doesn’t seem to have changed anything.

    Thread Starter Nurice

    (@nurice)

    thanks for the input. I don’t have any images on my site at this time. I checked cpanel hotlinks and it looks like it automatically added my domains.

    I’ve broken down the problems into 2 separate threads as advised earlier by macmax so will flag this one as resolved.

    Thread Starter Nurice

    (@nurice)

    Ok, thanks.

    I posted a thread for them but combined them. Following your advice I will do them in separate thread, hope no one considers it impatience that I repost 2 hours later.

    Forum: Fixing WordPress
    In reply to: WP in subdomain
    Thread Starter Nurice

    (@nurice)

    Moshu, thanks again for all your help. I changed it back to climates.allergynursing.com and will see if others can help with the RSS. RSS worked fine in Sage (Firefox reader) with allergynursing.com/climates, and so did Atom feed. With the subdomain, neither work.

    Check the Next page link at bottom of home page. It doesn’t work with the subdomain. On all other pages (archives, categories) it seems to work fine.

    Should I start a new thread to seek help with these issues? If at all possible I’d like to keep the subdomain since there are already external links to it. But if it’s going to be broken, then I’ll change back to using the directory link.

    Would it be safe to try using:
    https://allergynursing.com/climates as the WordPress address under Options/General, and using:
    https://climates.allergynursing.com as the Blog address under Options/General? Do you think that might help? I don’t want to get it messed up so I can’t get into dashboard trying to find out.

    I’m also wondering how version 2.0 will affect these issues.

    Would appreciate your thoughts and will start a new thread if needed to get more help.

    Forum: Fixing WordPress
    In reply to: WP in subdomain
    Thread Starter Nurice

    (@nurice)

    Sorry, don’t mean to be getting ahead of you. Also sorry, it is allergynursing.com/climates. Allergynursing.com is my main site and the template I used to make the climates template from your tutorial. Sorry for my error in my last post.

    Nothing is redirected in CPanel. I upload files for climates.allergynursing.com to “home…public.html/climates/” and that is allergynursing.com/climates. By setting up a subdomain through cpanel, I was able to use climates.allergynursing.com instead and thought that sounded better.

    Before I changed climates.allergynursing.com to allergynursing.com/climates in admin awhile ago, permalinks worked ok for me, as they are working in your test links. They still work well for me with allergynursing.com/climates, but permalinks from outside sources using climates.allergynursing.com (such as the technorati one I posted) don’t work now.

    It was the next page link at the bottom of the main page that didn’t work (and maybe some other pages, but some of the links at bottom of other pages worked.) Also I couldn’t get Sage to pick up anything for RSS with climates.allergynursing.com but for allergynursing.com/climates it is working ok for me, both RSS and next page.

    I can change it back to climates.allergynursing.com for you if you want to see the before story. I’m ok with using allergynursing.com/climates if that is best, just not sure what to do about the outside permalinks to climates.allergynursing.com.

    Will wait to hear back before changing anything else. I really appreciate your help!

    Lois

    Forum: Fixing WordPress
    In reply to: WP in subdomain
    Thread Starter Nurice

    (@nurice)

    I think maybe you were checking as I was changing. I just changed the two files under general both to allergynursing.com/climates and now RSS and the next page link works. Permalinks (unless I missed something) seemed to work before as well as now. You were the one who mentioned it interfering with permalinks and I thought you were referring to next page as a permalink.

    climates.allergynursing.com still works for me too, but when I click a permalink or next page, it changes to allergynursing.com/climates

    If I go here:
    https://technorati.com/search/alaska+missouri?start=20
    and click the link “Alaska, Missouri” link to my site, it doesn’t work. (it was posted to a permalink in the climates.allergynursing.com site.)

    I have CPanel, but didn’t have a redirect set up. Do you think to set up redirect from https://climates.allergynursing.com to https://allergynursing.com would work for this since they are actually the same directory?

    Above are ideas. My 2 bottom line questions are: Does everything work ok for you now with allergynursing.com/climates? If so, what is the best way to fix the problem with outside permalinks to files at climates.allergynursing.com

    Forum: Fixing WordPress
    In reply to: WP in subdomain
    Thread Starter Nurice

    (@nurice)

    Glad I asked first! Thank you.

    Do you think permalinks would work to use the allergynursing.com/climates url in the WordPress URL and keep the climates.allergynursing.com (since I’ve already publicized that one) in the Blog address. It says “If you want your blog homepage to be different than the directory you installed WordPress in, enter that address here.” Or should I just change them both to …ing.com/climates?

    I don’t want to mess it up where I can’t access it via dashboard trying to find out.

    Forum: Fixing WordPress
    In reply to: WP in subdomain
    Thread Starter Nurice

    (@nurice)

    Hmmm…

    Can I just change the url in Admin for options-misc.php to https://allergynursing.com/climates/wp-content/ to see if that will fix it? Will I then be able to login from https://allergynursing.com/climates/wp-admin/ ?

    BTW, Moshu, I used your WP template tutorial to fix the site. I’d tried several templates and found this a lot easier than trying to force a copycat of my main website into a different theme. Was/is still a struggle to get it all like I want it, but your tutorial gave me a basis to start with. Thanks!

    Lois

    Thread Starter Nurice

    (@nurice)

    Sounds great, and very helpful, vkaryl. thanks!

    Thread Starter Nurice

    (@nurice)

    LOL, petit. I write a post asking about unanswered questions, now I’m getting answers quicker than you can respond. Not to worry, your response added a lot, and as you said, now we know. Thanks for looking it up!

    I appreciated Vikryl’s response also. Clarified several questions I’ve had. Am glad I’m not doing wrong, but if I was I wanted to know.

    One more question. If ok to resend the question after a day or two, is it best to start another thread so doesn’t look like it has already been answered, or is it bad mannered to send similar question with new subject?

    Thread Starter Nurice

    (@nurice)

    Where would be the best place to find help with fixing these problems? Specifically the right column positioning and white space, and the “next page” link on the main page of site?

    I’m not a theme developer, just trying to get this one fixed up for my website. (Of course would be willing for anyone else to use if ever it is rixed up.)

Viewing 15 replies - 46 through 60 (of 90 total)