- This topic is empty.
-
AuthorPosts
-
June 24, 2013 at 5:14 pm #45805
stevenmorgan94
MemberUsing MAMP Pro, by default websites are: localhost/whateveritis:8888
Is there a way to remove the ‘:8888’ and just put in localhost/whateveritis?
Watching Chris’ screencasts there is a way to do this, I just don’t know how.
June 24, 2013 at 6:35 pm #140166Alen
ParticipantIt should be `localhost:8888/folder`
I’ve never used MAMP so not really sure, but look into Virtual Host settings. What MAMP is doing is just routing to the 8888 port so there’s no conflicts with other services you are running.
June 24, 2013 at 8:31 pm #140202SilverSerpent
ParticipantIn MAMP preferences, go to ports and hit “Reset Ports”. Then Command+Q to quit MAMP. In Terminal type `sudo apachectl stop`. Restart MAMP, go to ports and click “Set to Default”. Then in terminal again type `sudo apachectl restart` and you should be good to go
June 24, 2013 at 9:16 pm #140206Ricky55
MemberIf you use the default ports rather than the mamp ports it removes the 8888. This used to annoy me as you want / to take you to the root.
If you haven’t already I’d get the pro version it just makes setting up domains really easy and quick.
June 24, 2013 at 10:44 pm #140218webtmc
Participant[Attachment](https://dl.dropboxusercontent.com/u/26273365/img/css-tricks.com_forums_discussion_26101.png “Image”)
Set MAMP ports to APACHE=80 SSL=443 MYSQL=3306
Those are the default ports… not the MAMP ports. MAMP comes defaulted to its own ports.
June 24, 2013 at 11:27 pm #140223Alen
ParticipantOr just leave it as is. Why fix something that is not broken. Why don’t you focus on, you know, developing, instead of fiddling with settings, that make no difference.
June 24, 2013 at 11:35 pm #140225webtmc
ParticipantThere is always 97 ways to do any 1 thing. And knowing is half the battle.
[GI Joe](http://bit.ly/17z4KDp “GIJoe”)
June 24, 2013 at 11:36 pm #140226Alen
ParticipantKnowing is good, but doing is better.
June 25, 2013 at 7:04 pm #140434stevenmorgan94
MemberAlenAbdula, you’re a burden to the world.
SilverSerpent thanks that worked just fine.June 25, 2013 at 7:14 pm #140397Alen
ParticipantIn the past, I’ve spent countless hours reworking my dev environment instead of focusing on doing the actual work. At the end of the day, it’s the work, things we make, that matter. Once the website goes live :8888 is irrelevant.
My local paths look like this `http://localhost/wordpress/project_folder`. For me I want to focus on doing what I enjoy doing, and not fiddling with Apache settings.
I don’t think am a burden. I’m just trying to help.
Go SOX! :) You watching the game? I’m at my desk listening to WEEI feed.
April 25, 2014 at 8:05 am #168683mitdralla
ParticipantAlen,
Not everyone works the way you do. One of the benefits of changing things is to be consistent – especially if working on a team or in multiple environments, local, dev, prod, stage etc.
If you are in localhost:8888, and someone else is in dev.local or something else things get weird.
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.