• Resolved mistral7-wporg

    (@mistral7-wporg)


    installed fresh 3.3.1 to my new site, but cannot edit various functions on the post . Including edit hyperlink, categorys (add), tags (add).
    I also find the amazon links for the astore (frameset) on the site do not work correctly (opens a 404 page on the site rather than link to amazon.
    Using “Socrates” theme.
    Would appreciate some help before baldness sets in…
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mistral7-wporg

    (@mistral7-wporg)

    DIY works –
    I have made some changes to the .htaccess file:

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

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]
    </IfModule>

    # END WordPress

    Originally there was only the first section – adding the upload part sorted out the lack of editing – now if I can only solve the astore link issue…

    Anyone out there???

    Thread Starter mistral7-wporg

    (@mistral7-wporg)

    Guess I had to work this out for myself.
    1. Checked with ISP – the site is hosted on epanel and needed the ISP to put a /tmp folder in place.
    2. Amazon was my fault – silly me using a trademark of Amazon’s. Sigh.

    Thread Starter mistral7-wporg

    (@mistral7-wporg)

    Oh, and the ISP removed the original welcome index.php…….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP3.3.1 editing problem’ is closed to new replies.