Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #910611

    Hi
    I assume your site have single language and there is system language filter plugin is Enabled on site .
    You can disabled it from plugins the en from url will be removed .

    teresa yeung Friend
    #911263
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #911268

    Hi
    Most of your site content is based on Multi language site .
    Here u can see the menu item are based on EN :http://prntscr.com/apobfc
    Also the content language : http://prntscr.com/apockm And all articles , menu .
    Are you making a multilanguage site before and now switching to default language ? I suggest you to take backup of site and then you need to revert all the language settings you did for multilanguage site .

    teresa yeung Friend
    #912345

    Hi Pankaj

    I don’t want to convert site from multi-language to single language site. It will be multi-language. I just wanted to remove en from the url by rewrite rule (if possible) otherwise no need to make any change for this. Kindly let me know to remove index.php from the urls. I try to do it by activating URL rewrite from site configuration but it gives error. Current url is opening as http://the7thhappiness.com/index.php/en/ . I want to do it http://the7thhappiness.com/en/ if possible http://the7thhappiness.com/ .

    Regards

    Pankaj Sharma Moderator
    #912598

    Hi
    If your site is based on the Multilanguage content settings and you want to follow the same , i suggest you to do not change the settings .
    Regarding remove the index.php from the url It’s a joomla thing and not specific to Joomlart.
    Please check the suggestion Here
    Do note forget to rename the htaccess.txt to .htaccess when u do the process of removing index.php from url .
    I tried below rule in .htaccess file and its works for me .

    # Redirect /index.php to / - will also clear /index.php/something to /something
    RewriteCond %{REQUEST_METHOD} ^(GET)
    RewriteCond %{THE_REQUEST} ^[A-Z]+\ /index\.php(/[^\ ]*)?\ HTTP/
    RewriteRule ^index\.php(/(.*))?$ /$2 [R=301,L]
    

    Hope it helps .

    nacron Friend
    #963412

    I got it to go away by disabling the plugin "Language Filter"

    edna bonfim Friend
    #977833

    Hi, I had the same problem as she and I have disable the language filter for remove "en" and fine. After this I can’t choose the Home like homepage, when you access the site appears another page. I tried to change in mainmenu but doesn’t work

    Could you see here: http://50.116.87.150/~ibrav748/ibra/

    thank you

    Pankaj Sharma Moderator
    #977845

    Hi
    You can send me temp, super user details and let me know which menu you want to set for the Home , I will check it .
    Kindly use Private reply to send admin details .

    edna bonfim Friend
    #980600
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #980760

    Hi
    You changed the Home menu to a different page I just set it again : http://prntscr.com/czfqgq
    You can see its working fine now .

    edna bonfim Friend
    #980991

    Thank you!! Its work fine now :-))

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 4 voices, and was last updated by  edna bonfim 7 years, 6 months ago.

The topic ‘How to remove /en/ from the end of domain’ is closed to new replies.