-
Author
-
February 14, 2019 at 18:52 #218556bozlooParticipant
After I followed up the instruction, and try to click any on top menu,
I got the “Not found” when I clicked all of top menu.
The requested URL /members/xxxxx/
February 14, 2019 at 21:01 #218568bozlooParticipantlooks like buddypress link does not work.
Attachments:
You must be logged in to view attached files.February 14, 2019 at 21:13 #218574bozlooParticipantiljun@JunPrivate:/var/www/html/korean5280/wp-content/plugins$ apache2ctl -M
AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1. Set the ‘ServerName’ directive globally to suppress this message
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
access_compat_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
filter_module (shared)
mime_module (shared)
mpm_prefork_module (shared)
negotiation_module (shared)
php7_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)February 14, 2019 at 23:59 #218581bozlooParticipantI’ve verified my apach2 sets up for rewrite.
https://docs.bolt.cm/3.6/howto/making-sure-htaccess-works#test-if-mod-rewrite-is-working
So I get this.
Bolt Apache .htaccess tester.
mod_rewrite is working! You used the path / to request this page.February 15, 2019 at 00:07 #218584bozlooParticipantFound out by myself.
.htaccess should have the following one.
But, I want you to confirm whether it is right.$ cat .htaccess
php_value max_execution_time 180# 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 WordPressFebruary 15, 2019 at 02:26 #218589LauraModeratorLooks right 🙂
Can i help you with anything else?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.