cancel
Showing results for 
Search instead for 
Did you mean: 

Say Hello!! I'm New In Magento

Say Hello!! I'm New In Magento

Hello gays

 

I'm New in Magento Forum. I'm Trying to learning Magento theme Development. 

 

Thank You

4 REPLIES 4

Re: Say Hello!! I'm New In Magento

Hi

Welcome to the community forums.

Glad to know that you have choosen magento !

This community forums is a very good platform to ask the questions and try to help others.

You can also find related information on StackExchange and you can start diving into the http://devdocs.magento.com/

You can get idea about already reported/existing issue from Github: https://github.com/magento/magento2/issues

Also, you should read this post: https://community.magento.com/t5/Welcome-to-the-Magento-Community/Start-here-and-hello-from-me/m-p/5... (in particular the guidelines)



If you're new to our forums, welcome! Take a look around, introduce yourself, check out our guidelines, and be sure to reach out to me or any of our awesome moderators if you have any questions.



You can ask also question to Magento Community Manager @sherrie if you have still issue.



You can always share your thoughts on this platform and yes definitely you can get help from existing community members as well
if issue solved,Click Kudos & Accept as Solution

Re: Say Hello!! I'm New In Magento

Hello, I got a problem with Magento. I'm using Magento on Localhost. but admin URL did not work. if I'm pressing admin URL then I got 404 error.

 

 

Thanks advance.

Re: Say Hello!! I'm New In Magento

Hi @sohagvai

 

Can you please check .htaccess file is there in root directory of magento 2 ?

 

If not create one .htaccess file in root directory of magento 2 and copy content from this link - https://github.com/magento/magento2/blob/2.2-develop/.htaccess and paste it into your .htaccess file !

 

It will works for you !

if issue solved,Click Kudos & Accept as Solution

Re: Say Hello!! I'm New In Magento

Hello @sohagvai

You can use this and let me know if this works for you.

 

  1. First launchphpMyadmin.
  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

and try then.