Skip to:
Content
Pages
Categories
Search
Top
Bottom

Groups add new 404 Not Found


  • Javimarcal
    Participant

    @javimarcal

    Hi,

    When I give it to add a new group I get the 404 Not Found page. I have followed the different solutions proposed to users who have had the same problem but with no result. I observe that it is a frequent topic.

    How can I show it to detect the failure?

    Thanks and best regards!

Viewing 10 replies - 1 through 10 (of 10 total)

  • Venutius
    Moderator

    @venutius

    Which solutions did you try?


    Javimarcal
    Participant

    @javimarcal

    I think i have located the problem but i am not able to solve it.
    In the structure of permalinks I have in the custom pointing to index.php (http: //mysite/subdomain/index.php/%postname%/). I have tried to delete the index.php from the url and in the following .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase / subdomain /
    RewriteRule ^ index \ .php $ – [L]
    RewriteCond% {REQUEST_FILENAME}! -F
    RewriteCond% {REQUEST_FILENAME}! -D
    RewriteRule. /subdomain/index.php [L]
    </ IfModule>
    # END WordPress

    Where it appears crossed out i have also deleted it without obtaining any result. Maybe the problem is not there. Do you know how i should solve?

    Thanks and best regards.


    Javimarcal
    Participant

    @javimarcal

    Hi, help please. Thanks!


    Venutius
    Moderator

    @venutius

    If it’s just the Add New group page that’s giving the 404 it’s unlikely to be your .htaccess rules unless you have previously edited them.

    What solutions have you tried?


    Javimarcal
    Participant

    @javimarcal

    Hi, I’m going to detail the problem I have:

    As I said, creating a new group gives me the 404 Not Found page. Then investigating I realize an anomaly in the urls, for example:
    • http: //mysite/subdomain/index.php/applications/
    • http: //mysite/subdomain/index.php/documentation/
    • http: //mysite/subdomain/index.php/events/

    Then the url when creating a new group does not carry index.php:
    http://mysite/subdomain/groups/create/

    Also in Settings / Permalinks in the options offered:
    • Plain: http: // mysite / subdomain /? P = 123
    • Day and name: http: // mysite / subdomain / 2019/05/16 / sample-post /
    • Month and name: http: // mysite / subdomain / 2019/05 / sample-post /
    • Numeric: http: // mysite / subdomain / archives / 123
    • Post name: http: // mysite / subdomain / sample-post /
    • Custom Structure: http: // mysite / subdomain (- editable area – /index.php/%postname%/)

    Where when deleting index.php from the editable zone (note that in the rest of the options index.php does not appear in the urls) the links to the other pages are broken except for the main page (Home).

    And finally the current .htaccess I have it like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase / wpit /
    RewriteRule ^ index \ .php $ – [L]
    RewriteCond% {REQUEST_FILENAME}! -F
    RewriteCond% {REQUEST_FILENAME}! -D
    RewriteRule. /wpit/index.php [L]
    </ IfModule>
    # END WordPress

    I think the solution is to eliminate the index.php but I do not know how to apply it. That is all. How can I solve it? Please help.

    Thanks and best regards!


    Venutius
    Moderator

    @venutius

    Which permalink option are you using? did you try resaving your permalinks?

    /wpit/index.php looks right to me.


    Javimarcal
    Participant

    @javimarcal

    Currently I have the last option of permanent links active:
    Custom structure: http: // mysite / subdomain /index.php/%postname%/

    It is not well but the issue is when you are going to add new group and I sell the 404 Not found but because it does not have the index.php in the url while the rest of the pages do. I do not know if I explain.


    Venutius
    Moderator

    @venutius

    That’s odd the url’s that work contain index.php, if it were the other way round I’d say that’s where your problem lies and it’s probably a clue. However my rewrite rules include index.php and I don’t get that, I thought that was a fallback.

    But I reckon the fault is elsewhere, did you try deactivating all plugins apart from BP?


    Javimarcal
    Participant

    @javimarcal

    I was also surprised that it contains index.php in the custom url.
    I tell you more things I’ve tried:
    1. I have disabled all plugins including BP with the same result.
    2. I have installed WP in another sub-domain under the same URL and before installing the template and the plugin, the first one I looked at the permanent links and it already came out with the index.php in the url and it is very strange. Then I deleted it and I get the same result.
    I do not know why the index.php comes out in the url immediately after installing it. Why do you think this occurs?
    Please help. Thanks and cordial greetings.


    Javimarcal
    Participant

    @javimarcal

    Please help. Thanks! 🙂

Viewing 10 replies - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.
Skip to toolbar