srjmukherjee2 (@srjmukherjee2)

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • @srjmukherjee2

    Participant

    I have updated the htaccess with php display error.Now it is showing the error.But I am not being able to solve it.Here is the link.

    @srjmukherjee2

    Participant

    It will be forums

    @srjmukherjee2

    Participant

    No it didn’t work.
    More Information :
    My htaccess looks like this : (Do I need to make any changes here?)

    php_value max_execution_time 500
    php_value upload_max_filesize 64M
    php_value post_max_size 80M
    php_value memory_limit 128M
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterPost Off
    </IfModule>

    And in my bbpress forum user settings the forum root is set to
    <b>forums</b>

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