Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I had the same problem. I solved it by following steps.

    1. Go to Settings -> Miscellaneous Settings

    2. Full URL path to files (By default, it should be blank.). But you should enter full URL path here.

    3. Check – Track Links’ Update Times

    4. Upload a new media.

    Now, it works fine.

    Nihonsei

    Please enter “ftp user name” and “path” into index.php in blog folder.

    index.php
    /** Loads the WordPress Environment and Template */
    require(‘/home/ftp-username/public_html/path/wp-blog-header.php’);

    I faced this problem in WordPress 2.8.6 and solved it by following these steps:

    1. Create a blank .htaccess file in Blog folder.
    2. Go to Settings-> Permalinks
    3. Select a common setting.
    4. Save Changes.
    5. Copy all code from Permallinks (code showing at the bottom of Permallinks screen) and past in .htaccess file.
    6. save you .htaccess file.
    7. Change this .htaccess file with 777 full write permission. (This step is very important)
    8. Repeat once again Step 2, step 3, step 4. (You may not need to follow step 8 (Optional))
    9. Post a new or Edit your old post
    10. Confirm your Preview Changes by clicking it.

    If you are still facing this problem, please copy code for .htaccess file from Permallinks and paste it to .htaccess file in WordPress core file folder. Give full write permission (777). Try preview (Step 9 and Step 10)
    I hope it will work fine.

    If everything is allright, please change .htaccess file permission 705 or 604 for your web security.

    Good luck!

    Nihonsei

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