- Affected App
- WoltLab Suite Core
when clicking register link, user directed tohttp://beta.********.org/register/ but the results is 404: Page Not Found
when clicking register link, user directed tohttp://beta.********.org/register/ but the results is 404: Page Not Found
well, it's because i activated Enable URL-Rewrite, then not adding this code to htaccess:
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L,QSA]</IfModule>
the tutorial link (in ACP) is broken http://beta.*******.org/acp/dereferrer.php?url=https%3A%2F%2Fblog.woltlab.com%2Fentry%2F67-setting-up-user-friendly-urls%2F , so i have to google it myself.
Now, the problem is url Forum
when clicking one of forum (http://beta.********.org/forum/board/2-diskusi-dan-feedback/)
then come the error
Use the Code-Button, not the InlineCode-Button for Source-Codes longer than one single line.
I can provide admin account if staff want to investigate.
ok, i am really a newbie to woltlab, so i have to add this code to .htaccess in /forum directory too?
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L,QSA]</IfModule>
Then, beside /root directory and /forum directory, is there more directories?
I just tried and it worked fine:
http://beta.hondabrio.org/forum/unresolved-thread-list/
I can access this site.
now i see, not all pages can be access direclty, for example, for creating thread, you have to add forum number (2), like this one:
http://beta.hondabrio.org/forum/thread-add/2
not a bug maybe.
Many of the former functions you didn't even see are now CMS pages. The link above is the page that you get to see, when you create a new thread. You should not open it any other way Your installation is working fine, there is no bug with seo-urls.
Don’t have an account yet? Register yourself now and be a part of our community!