Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS htaccess wordpress

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #23724
    mevaser
    Participant

    Hello every one. I did follow the advice for Chris when staring a new wordpress install, and a perma-link format /%postname%/ But it did give me an error on the pages till I placed an htaccess on the main directory. But I have a suspicion that this is giving me a problem on fixing the template, and adding new add ons, etc.. they do not show up at all on the contral pannel, even though I know I did place the file on the right folder. Any help? My htacess is written like this:

    Code:
    # BEGIN WordPress

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

    # END WordPress

    I am working on the blind, any help? I did change the permissions on the files that I want to re-write but nothing!

    wp-content is on 777
    wp themes is on 777
    wp plugins 777

    Please help.

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.