Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Pretty Permalinks Not Working

(edit: How did you know it was working? I didn’t notice your 404 doesn’t give the url information. Please use the following code for testing

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule redir youcantfindme [R=301,L]
</IfModule>

This time please check the browser’s address, and make sure you read http://make2for1.com/youcantfindme. If you do read that, please continue to the following testing.)

Please place $bb->debug = 1; to your config.php

Add exit; right after bb_repermalink(); in forum.php like

<?php

require_once('./bb-load.php');

$forum_id = 0;

bb_repermalink();
exit;

Then navigate to http://make2for1.com/forum.php?id=1 and http://www.make2for1.com/forum/general, once you done, post the result and DO NOT REMOVE this modification (allow us to check it).

Skip to toolbar