Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Well , i found that mod_rewrite was disabled,
    now i enabled and the pages works and the 404 not found is no longer appear…

    but , the problem now is the permalink i asked for is not displayed . it just displays

    http://localhost/testbuddy/test-perma/

    which now the page works since the mod_rewrite is enabled , but why it doesn’t display like the permalink i choosed .

    it should be
    Well , i found that mod_rewrite was disabled,
    now i enabled and the pages works and the 404 not found is no longer appear…

    but , the problem now is the permalink i asked for is not displayed . it just displays

    http://localhost/testbuddy/2011/05/25/test-perma/

    ??

    i think you should know that if the permalink is set to “date and name” , and then i add a new page , such as “test-perma”
    the preview permalinks before publishing the page displays like this:

    ` http://localhost/testbuddy/test-perma/ `

    which is not correct because i think it should reads ‘ http://localhost/testbuddy/2011/05/25/test-perma/

    Well , i did disabled the BP plugin , and the website still doesn’t work and i still get the 404 not found page.

    but , i when i add ‘index.php’ to the permalink … so it be like this :
    ` /index.php/%year%/%monthnum%/%day%/%postname%/ `

    the page displays but the link doesn’t display the date and name , it became like this .

    ` http://localhost/testbuddy/index.php/test-two/ `

    but it works.

    about my .htaccess file, its like this after adding the index.php at the beginning of the permalink :
    `
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /testbuddy/
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /testbuddy/index.php [L]

    # END WordPress`

    is it correct that way?

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar