Skip to:
Content
Pages
Categories
Search
Top
Bottom

Moving bbpress from localhost to online server


  • srjmukherjee2
    Participant

    @srjmukherjee2

    Each and every link in my localhost bbpress link is working but after hosting it is not working.On opening certain pages I get 500 internal server error.However there is one page that loads correctly here is the link: Link.However the other pages like this one is not working :Not Working link even I am also not being able to open the link to the All Forums section of bbpress.How to fix this.

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

  • Robin W
    Moderator

    @robin-w

    try

    dashboard>settings>permalinks and just click save, this will reset permalinks


    srjmukherjee2
    Participant

    @srjmukherjee2

    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>


    srjmukherjee2
    Participant

    @srjmukherjee2

    It will be forums


    srjmukherjee2
    Participant

    @srjmukherjee2

    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.


    Robin W
    Moderator

    @robin-w

    hmm – not keen to try accessing a link starting with darkforum…

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar