Skip to content

Instantly share code, notes, and snippets.

View ashvinimarwal's full-sized avatar
🎯
Focusing

Ashvini Marwal ashvinimarwal

🎯
Focusing
  • India
View GitHub Profile
@ashvinimarwal
ashvinimarwal / _Magento2_DeleteTestData.md
Created December 20, 2021 09:15 — forked from leek/_Magento2_DeleteTestData.md
Magento 2 - Delete All Test Data

These set of scripts are for Magento 2. For Magento 1, see this Gist.

@ashvinimarwal
ashvinimarwal / .htaccess
Created November 11, 2017 12:25 — forked from ScottPhillips/.htaccess
Common .htaccess Redirects
#301 Redirects for .htaccess
#Redirect a single page:
Redirect 301 /pagename.php http://www.domain.com/pagename.html
#Redirect an entire site:
Redirect 301 / http://www.domain.com/
#Redirect an entire site to a sub folder
Redirect 301 / http://www.domain.com/subfolder/