Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Well I will try to be more specific.

    I have permalink structure similar like /%postname%/%year%/%month%/%day%/ …. and I modified my .htaccess file to have nice links. But after I upgraded my blog to WP 2.1.2, permalink was like before (the ugly one – blabla?id=xyz ). To fix this you need to log in to your blog, go to Options – Permalinks and to select another permalinks structure. But, after I enter permalinks like /%postname%/%year%/%month%/%day%/ and click Update, nothings happened. After some investigation, I found that .htaccess was updated by WordPress but without “Options +Followsymlinks”. I added this inside and everything is OK.

    Few minutes later I clicked to Permalinks in control panel and .htaccess was destroyed again. (line “Options +Followsymlinks” was missing.) So, change permissions or don’t go to permalinks again.

    I hope you understand me. It is to late and my English is not so good in 4:00 in the morning… ??

    mangia

    (@mangia)

    same problem on my blog. upgrade from 2.0.4 to 2.1.2. I tried to update my permalinks and it doesn’t work.

    edit: I found a bug in 2.1.2 WP version.
    I fixed problem with permalinks with Options +Followsymlinks in .htaccess file but whenever I go to Options-Permalinks WP destroy my configuration and writes htaccess without this line. So, don’t go to Options – Permalinks and lock your htaccess file so WP can’t change it.

    I have the same problem. Is there any chance to solve this. It is annoying and I’m going to hell with this bug.

    Forum: Fixing WordPress
    In reply to: htaccess issue.

    I have one problem with htaccess. I made file and enter only this inside:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ./index.php [L]
    </IfModule>
    I uploaded it to the server in ASCII mod to my www dir. It is root dir for website and indeh.php is in that dir. , but I cant go to to my site. It back me 403 forbidden error. Any idea? I’m using only wp 2.x version.
    When I erase .htaccess file it works OK but links are with ? and numbers

    Open header.php file in text viewer and read. It is not hard to figure because it is well documented…

    Forum: Fixing WordPress
    In reply to: Table In Post!

    Hi. I am new here and I have one question. I also want to add table in page and put image thumbs in table. Well I know how to make table but how I can import php code in post or page. I want to make php code for generating table but when I enter php code in post nothing happends. I’m using HTML box for importing code.
    Any advices?

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