Info
- 5 posts
- 2 voices
- Started 4 years ago by felix1220
- Latest reply from chrishajer
- This topic is resolved
missing path
-
- Posted 4 years ago #
Hi, I followed the steps to install this forum, everything looks fine, the forum is up and running, the problem now, as soon as I try to access my profile I get an 404, cause there is no directory named /forum/profile/
I gave before setup new a chmod 777 to /forum/ but its the same problem.
I made the /forum/profile/ manual, but nothing change...so, now I just need to know, this problem is between my ears or can be solved :-)
MySQL Client-Version: 4.1.11
PHP-Version 4.4.7
Forum is installed without wordpressThanks
-
- Posted 4 years ago #
again me... same problem for path /topic/1?replies=1
also no dir /topic/ and 404
-
- Posted 4 years ago #
You need to turn off permalinks, at least for now, to get this working. In your config.php, make the mod_rewrite line look like this:
$bb->mod_rewrite = false; -
- Posted 4 years ago #
Thanks a lot, seems it was my mistake
-
- Posted 4 years ago #
Not a mistake, just that permalinks don't work out of the box. Turning them off is a quick fix, but if you want permalinks, you'll have to set them up.
-
You must log in to post.