How to remove /en/ in the default url - Prestashop - url-rewriting

How to remove the /en/ url in the website
by default site showing as like above.
please check the following url
http://www.plrebooksstore.com
it goes to http://www.plrebooksstore.com/en/
Please help me out
Thulasi.

In the prestashop backend go to Tool>Languages and disable all the languages other then english.

See my answer here: How to remove the /en/ url in the website

Related

Joomla not showing page names in url bar

So for some reason Joomla is not showing the name of a page on my website.
For example:
My webpage is www.meteordesign.nl and if I go to contact page the url doesn't change to www.meteordesign.nl/contact. It stays on www.meteordesign.nl.
Does anyone know how I can fix this irritating problem?
Please check Global Configuration and check SEO setting and turn on Search Engine Friendly URLs into YES
Here Screen shot

Magento Store URL

Something bizarre happened a few days ago. Been working on a Magento CE 1.8.1 site and the URLs used to be https://www.yourdomainname.com/category-name.html
Now it has been updated to https://www.yourdomainname.com/default/category-name.html and I don't know how to remove /default from the URL.
Has anyone came across such an issue? Any advice is greatly appreciated.
Have you checked if 'Add store code to URL is set to 'No'?
The option is located under Web -> URL Options. It only appears when you have 'Default config' set as configuration scope.

Magento admin panel not accessible - secured site issue

for magento when i go to www.mydomain.com/admin, it will redirect to https://www.mydomain.com/home/index.php/admin/. error 404. I think this is unsecured url issue. how to solve this?
just try with below solution to change value in core_config_data data
find this web/secure/base_url and change with simple http or https
or if you have multiple store or view you can change according to that.
Also please don't forget to clear your cache.
hope this will sure help you.

Wrong url in magento paging

I have a problem regarding paging of the custom module. When i click on the next page the it take the url as localhost/magento/fme-support/index/index/url/BC/?p=1, but this url doesn't work properly, the correct URL is localhost/magento/fme-support/category/BC/?p=1.
Please suggest me how and i change this url.
Thanks.
Try making url rewrites off
If it doesn't work there is some issue with your extension you have installed
Check for redirect in your extension
The "index" in the URL means you are calling the index controller of the module.
Magento module URLs work like this
http://magento_installation.com/(storeview)/moduleMame/controllerName/functionName/

Magento terrible domain error

I just Resolve Domain Names in my centos 6.0 server. Everything is right but!!
When I visit a product page, for example www.example.com/productname.html, everything is ok. But when i visit the same page without "www", for example example.com/productname.html. It will be redirect to the index page.
What happened? Thanks in advance!
Make sure that your .htaccess does not rewrite all your urls to index page

Resources