Forum Replies Created
-
In reply to: All Child Forum – Page Not Found
just resolve my problem!
this is what i do:
1. change my permalinks to “postname” just like robin suggested
2. i create “.htaccess” file (since i dont have that file)this is how to create that file:
– simply open your notepad
– copy paste this code:<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]– save as “.htaccess” (you will get file with extension txt)
– copy file with FTP to sites/domain/www
– rename file, erase txt extensionDONE!
my child forum is active now!In reply to: All Child Forum – Page Not Foundafter i change the permalinks into “postname”, there is message in my dashboard: “You should update your .htaccess now.”
what should i do with my .htaccess?
In reply to: All Child Forum – Page Not Foundhi robin,
many thanks for your respond.
yes i use default permalinks…i just change it to “postname” and the result: all the parent & child forum cannot work
this is the message i got:
The requested URL ****** was not found on this server
Apache Server at domain.com Port 80looks like i just got to use 1 level forum only?
hi, i have the same issue, but i already try to deactivate all plugins and the problem is still there…
this the plugins i use:
additional information, i use these plugins:
– akismet
– easy WP smtp
– simple local avatars
– simple shortcodes (reccomendation fro the theme)
– WP-members
– WP-pagenavi (reccomendation from theme)any suggestion for me? i need help desperately…