Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: index.php is being added to my localhost installation URL #737803

    @Rikard, so I think I got it working, basically I had to assign a localhost domain to the installation.

    The Site Address and WordPress Address was “http://localhost/beckerroofing”, so maybe it was that.

    So for those having this issue, once I edited my “/Applications/MAMP/conf/apache/httpd.conf” and added that Virtual Host:

    <VirtualHost *:80>
    ServerName local.beckerroofing.com
    DocumentRoot /Applications/MAMP/htdocs/beckerroofing
    <Directory /Applications/MAMP/htdocs/beckerroofing>
            Options Indexes FollowSymLinks Multiviews
            AllowOverride All
            Order allow,deny
            Allow from all
        </Directory>
    </VirtualHost>

    You need to stop MAMP and restart it.

    and then added the local domain to my /etc/hosts file:

    127.0.0.1 local.beckerroofing.com

    Then go back to “Settings–>General” and change both the Site Address and WordPress Address to the new local domain “http://local.beckerroofing.com&#8221;, and then changed the Permalinks to “Post Name” and Saved, everything seemed to work. Hope this helps others having this issue when using MAMP to test the theme.

    in reply to: index.php is being added to my localhost installation URL #737449

    @Basilis, well I cannot because I have it on a localhost MAMP install, not on the web. Just wondering if there were steps I need to take for a localhost.

    My URL for the localhost is “http://localhost/beckerroofing/ but that will not work for the web.

Viewing 2 posts - 1 through 2 (of 2 total)