Tagged: 404, pagination, Permalinks
-
AuthorPosts
-
May 24, 2017 at 2:23 pm #798903
Hello,
I see similar threads but I couldn’t find the solutionPermalinks are working and also pagination in archives is working, only on blog home (using masonry layout) pagination bring to a 404 page
We are for the moment on a Windows server and we have already the code below in web.config
<rewrite>
<rules>
<rule name=”Main Rule” stopProcessing=”true”>
<match url=”.*” />
<conditions logicalGrouping=”MatchAll”>
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” />
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” />
</conditions>
<action type=”Rewrite” url=”index.php” />
</rule>
</rules>
</rewrite>Thank you
May 25, 2017 at 7:26 pm #799737Hey profumopuntoit,
Here is an article that might help you:
Best regards,
VictoriaMay 26, 2017 at 11:42 am #800091Please do not invite your client to add the code in the suggested link because it is incorrect in xml syntax and will certainly return 500 error and break all the website
Better to suggest https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/enabling-pretty-permalinks-in-wordpress
And that code we have already in our web.config, as me mentioned before.
Our permalinks are working correctly.
It is only the blog home pagination which return a 404 error, category archive pagination is working ok as we mentioned in the private data linkThank you Mauro
May 26, 2017 at 4:50 pm #800247Hi Mauro,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaMay 26, 2017 at 5:19 pm #800272Yes sure thank you
May 27, 2017 at 5:32 pm #800580Hi profumopuntoit,
I wrote to my colleagues. They might have more knowledge and experience on the issue.
Best regards,
VictoriaMay 29, 2017 at 12:47 pm #801052ok thank you
May 29, 2017 at 4:03 pm #801129Hi,
It should be fixed now. I have replaced permalinks from:
/index.php/%year%/%monthnum%/%postname%/
to:
/%year%/%monthnum%/%postname%/
Hope this helps :)
Best regards,
NikkoMay 29, 2017 at 4:09 pm #801131Now all posts return a 404 error!
Please do not change our permalinks structure because we have hondreds of inbound linksMay 29, 2017 at 4:14 pm #801134I have reset the permalinks as before
May 30, 2017 at 7:22 am #801374Hi,
Are you having some problem yet?
Best regards,
John TorvikMay 30, 2017 at 11:14 am #801443Yes
clicking to http://www.profumo.it/blog/page/2/ returns still a 404 page
Best regards
MauroJune 3, 2017 at 4:50 am #803237Hi,
We are still not sure what’s causing the issue but if you’ll provide the FTP details, we’ll check it further.
Best regards,
IsmaelJune 5, 2017 at 11:16 am #803812Ok thank you
June 7, 2017 at 2:43 am #804773Hi,
We already have access to the WP dashboard. Please provide the FTP details as well. :)
Best regards,
IsmaelJune 7, 2017 at 12:33 pm #805053Here they are
thank youJune 9, 2017 at 12:22 pm #806022Yesterday I passed from pagination (as it was before) to “Load more” and it was working, but today it is not working again.
It is not the first time that happen like thisJune 13, 2017 at 10:37 am #807336Hi,
Where are you hosting the site? The admin-ajax.php file are inaccessible or block by the server.
Request URL:http://www.profumo.it/blog/wp-admin/admin-ajax.php
Request Method:POST
Status Code:403 Forbidden
Remote Address:104.28.13.119:80
Referrer Policy:no-referrer-when-downgradePlease contact your hosting provider.
Best regards,
IsmaelJune 13, 2017 at 5:05 pm #807575Hello,
Server support says file permission is ok
I updated wordpress and plugins and “Load more” issue is not there anymore (at the moment, but it comes and goes), but if I use pagination still I receive a 404 error.
I am leaving with “Load more” but feel free to change and test
Thank you
MauroJune 13, 2017 at 5:08 pm #807576Quite strange is that file type is seen as “xhr”
June 14, 2017 at 10:02 am #807877Hi,
It’s probably being blocked by your server after some time. You should ask them if this is the case. Is the site hosted on GoDaddy?
Best regards,
IsmaelJune 14, 2017 at 4:25 pm #808074maybe but why pagination is not working?
No is a Windows dedicated server on one Italian provider, ServerplanJune 16, 2017 at 6:46 am #808840Hi,
maybe but why pagination is not working?
The “load more” button requires the admin-ajax.php file so it’s not going to work without the script. Please ask your hosting provider why the admin-ajax.php file is being blocked by the server. However, I’m not sure why the pagination is not working.
Best regards,
IsmaelNovember 25, 2017 at 12:00 am #881426I have the same problem.
http://dspa.com.br/portfolio/ – Working
http://dspa.com.br/portfolio/page/2/ – Not WorkingI cannot say if ajax-admin is working properly.
So anybody can help me?November 25, 2017 at 3:12 pm #881634Hi assennato,
Here is a thread for you to consider
Best regards,
VictoriaMarch 23, 2018 at 12:43 am #931716Hi, Victoria. Sorry I just saw now your reply.
I already tried that, but I didn’t have any results with it. The problem persists.
Could you have any light in this dark tunnel?
March 23, 2018 at 9:32 am #931828Hi assennato,
Please, consider this
https://docs.oceanwp.org/article/451-404-error-with-the-portfolio-paginationIf you need further assistance please let us know.
Best regards,
VictoriaMay 27, 2020 at 7:44 pm #1217130Hi Assennato,
Were you able to find a solution to this problem? I am facing the exact same issue in version 4.4.1
Regards,
PrashantMay 28, 2020 at 3:16 pm #1217381Hi Prashant,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.