cancel
Showing results for 
Search instead for 
Did you mean: 

URL Missing /

URL Missing /

I am new to Magento and have recently installed and setup.  However now when I login the URL I am redirected to is missing an "/" So the URL cannot be found.  I can see what the problem is but don't know how to fix.

 

For example the URL it loads is

 

www.XXX.com/magentoindex.php/admin but it should load www.XXX.com/magento/index.php/admin

 

I remember something is the setup that might relate to this but cant find it?

 

Can someone help to configure this better?

1 REPLY 1

Re: URL Missing /

Hi,

 

  1. Go to your cpanel and launch phpMyAdmin.
  2. Locate your Magento Database and select the core_config_data table.
  3. Locate and edit the following rows:
    • Scope:"Default" and Path:"admin/url/custom"
      • Select the NULL checkbox and save.
    • Scope:"Default" and Path:"admin/url/use_custom"
      • Change value from 1 to 0 and save.
    • Scope:"Default" and Path:"admin/url/use_custom_path"
      • Change value from 1 to 0 if it isn't already and save.
  4. Locate and delete the following rows:
    • Scope:"Stores" and Path:"web/secure/base_url"
    • Scope:"Stores" and Path:"web/unsecure/base_url" (should be located on the last page)
  5. Delete /var/cache folder

If this post fulfill your solution then please mark as accept.

 

Thanks,

Dibyajyoti