Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter rhalbheer

    (@rhalbheer)

    Just the default (did not change it): wp-content/uploads and there I have the subfolders like 2010/06 etc. The picture upload works fine for all the blog posts (pictures in the post). Copying the files manually over to wp-content\themes\twentyten\images\headers does not help either
    And as stated in the beginning: It does nor work for the header nor for the background
    Roger

    Thread Starter rhalbheer

    (@rhalbheer)

    Thank you. I just did and I found all the files in the uppload path. However, the theme does nto seem to find them as they are then not shown in the Header or the Background. Anythign I have to configure there?
    Thank you
    Roger

    Thread Starter rhalbheer

    (@rhalbheer)

    Hi alchymyth,
    this actually solved my problem
    Thank you
    Roger

    Thread Starter rhalbheer

    (@rhalbheer)

    Hmm, now I am completely lost:
    1) the link shown for the “Chat” page is always the first link of the content part of the page. So, if you go to the main page, it is the first post, in the About it is the About, in the Chat it is the Chat
    2) I re-saved the permalinks and then something strange happened…
    Initially the code in the web.configwas

    <rewrite>
        <rules>
            <rule name="Main Rule" stopProcessing="true">
                <match url=".*" />
                <conditions logicalGrouping="MatchAll">
                    <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
                    <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
                </conditions>
                <action type="Rewrite" url="index.php/{R:0}" />
            </rule>
        </rules>
    </rewrite>

    after re-saving the premalinks (without changing anything), the re-generated code was:

    <rule name="wordpress" patternSyntax="Wildcard">
      <match url="*" />
        <conditions>
          <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
          <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
        </conditions>
      <action type="Rewrite" url="index.php" />
    </rule>

    Which causes an error 500 then. I had to revert to the initial content of the web.config
    Roger

    Thread Starter rhalbheer

    (@rhalbheer)

    Thank you. I solved it with the URL Rewrite in the meantime – but it took me a long while….
    Roger

Viewing 5 replies - 16 through 20 (of 20 total)