Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Javimarcal
    Participant

    @javimarcal

    Hi people, can someone help me. Thanks!


    Javimarcal
    Participant

    @javimarcal

    Please help. Thanks! 🙂


    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

    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.


    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!


    Javimarcal
    Participant

    @javimarcal

    Hi, help please. Thanks!


    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.

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar