Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have installed wordpress in the directory: ‘wordpress’ and when i change permalinks, 403 error is shown on admin & front-end.

    My httaccess file is as:
    —————————-
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

    # END WordPress
    —————————-

    I used ‘+FollowSymLinks’ in .htaccess file and got 500 internal server error. Any body have the solution for it?
    If there exist any alternate solution? if yes then can anybody provide the code for htaccess file?

    Thanks!

    Hi Ciferial!

    I am having the same problem as you were having.
    Can you please guide me on this?

    Thanks
    Massam

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