-
AuthorPosts
-
October 27, 2014 at 6:03 pm #341635
Hi, I ve juist installed the theme Enfold an made the main menu following the video tutorials;
So It seems to be ok , but instead of the right pages I get the the 404 page if I click the link in the menu.
What can be wrong ?
thanks
http://www.derevo.beOctober 27, 2014 at 6:08 pm #341640Hey naz_irina!
Please flush permalink settings in Settings > Permalinks and try de-activating all active plugins and check if that helps
Regards,
YigitOctober 27, 2014 at 7:40 pm #341713Hi,
if all plug-ins are deactivated, and permalinks are as standard (first option) – than menulinks are working, but it’s important for me that pages have the custom permalinks. How can I get that?October 27, 2014 at 7:51 pm #341722Every time you visit the Settings > Permalinks page to save your permalink settings, that’s flushing your permalinks. Go there, select an option other than the first one, save your setting then refresh the site to use the new permalink structure.
October 27, 2014 at 7:58 pm #341728What do you mean with ‘refresh the site’?
October 27, 2014 at 8:03 pm #341731I’ve selected the postname-option for the permalinks, and it does not work .
And plug ins can I turn it on again?- This reply was modified 10 years ago by naz_irina.
October 27, 2014 at 8:16 pm #341737“Refresh the site” — I meant refresh the browser.
Here’s WordPress.org’s documentations on permalinks. I suspect there’s a problem with your
.htaccess
file so on that documentations page, scroll down to “Where’s my .htaccess file?” and follow those instructions.You can quickly tell whether it’s an
.htaccess
file problem by downloading it via FTP then view it on your computer or by viewing the file through the web host control panel. If the file is empty then that’s the problem.Hope that helps!
October 27, 2014 at 8:26 pm #341747It’s not empty – via settings/permalinks:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>How should I edit this to have the pagenome-permalink? Me self I don ‘t know how.
ThanksOctober 27, 2014 at 8:31 pm #341754permalinks are working, but it return the 404page – how to fix it?
Thank you- This reply was modified 10 years ago by naz_irina.
October 27, 2014 at 8:38 pm #341761via ftp it looks empty:
<FilesMatch “\.(ttf|otf|woff)$”>
# BEGIN WordPress
<IfModule mod_rewrite.c></IfModule>
# END WordPress</FilesMatch>
October 27, 2014 at 8:40 pm #341764Edit: Thought you said
.htaccess
was not empty, but your follow-up reply says it IS empty.If
.htaccess
file is empty, follow instructions from Creating and editing (.htaccess
).In the future, you can make automatic changes to your
.htaccess
file if you follow Automatically updating your .htaccess file. I would recommend following these instructions instead of the one above to get your.htaccess
file working automatically with the Permalink settings page.- This reply was modified 10 years ago by Tung Do.
October 27, 2014 at 8:55 pm #341774Oh, now it’s working good. I was not enough carefull with instruction. Thanks a lot!!
October 27, 2014 at 8:57 pm #341776Hi!
@naz_irina Glad Tung Do could help!
@smallpotato Thank you for helping again Tung Do! :)Cheers!
Yigit -
AuthorPosts
- The topic ‘Main Menu links broken’ is closed to new replies.