Forum Replies Created

Viewing 1 replies (of 1 total)
  • HIya there!

    Since the solution of deactivating the AllowOverride made my parmalinkd useless, i wasn’t so satisfied about this. So i decided do dig it a little mode and on the mamp forum link offered by “Wee Beastie” upper, i just found a post by somebody under the nick of “lenaluna”

    here what the person was saying:

    found a solution for my problem with MAMP.
    wordpress had put a .htaccess file in the root level of my hard drive. something like this:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /ExampleSite/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /ExampleSite/index.php [L]
    </IfModule>
    # END WordPress

    I’ve deleted the file, as it should not be in the root of my harddrive anyway and now MAMP is perfectly working again.
    hope this will help other people to get around this strange problem.

    So in order, if you want to delete this file, you got to activate “hidden files viewing” in the terminal by typing this

    defaults write com.apple.finder AppleShowAllFiles TRUE

    and this
    killall Finder

    After, you go in the computer root and this should be there, now delete it and to get all this crap working again as it should had…

    catherine

Viewing 1 replies (of 1 total)