Viewing 6 replies - 1 through 6 (of 6 total)
  • its the absolute url you need.

    not sure where you installed MAMP but for me its at /Applications/MAMP/htdocs/magento/app/Mage.php

    greggh3 is correct. see installation intructions no. 3 and 4

    Added examples in the latest version.

    Similar issue but with an Xampp virtual host

    Virtual host is pointed at

    D:\- Work In Progress\Business\companyname\clients\clientname\devsite\public_html

    Xampp is installed at

    D:\- Applications\Installed\xampp

    Can’t find anything on Xampp virtual host absolute path.

    File system might look odd ?? but I simply install things to D:\ if I want them backup daily as C:\, where most of my apps are, is only backed up weekly. The virtual hosts are in folders outside of htdocs as I keep clients websites in file systems for that company/client etc rather than all projects just chucked in htdocs. Just in case anyone was wondering.

    Cheers

    @phantomdentist if you need help, please start a new thread.

    @phantomdentist
    Create a PHP file in your public_html and add the code below:
    <?php echo $_SERVER['DOCUMENT_ROOT']; ?>
    If your Magento directory is named magento in the public_html folder, then just append the magento\app\Mage.php at the end of the script’s output.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mage Enabler and MAMP’ is closed to new replies.