Forum Moderators: phranque
I need a local server so I can view sites with extensionless urls.
I turned on web serving although I have no idea on what to do from there
All I want is to be able to work on websites with extensionless URLs on my computer, which I understand requires MAMP. Yes?
I seem to remember I needed to ask for a workaround a few upgrades ago, it still works.
How to add the dot to htaccess while in MAMP?
the finder will not let me do it.
why can't you simply use shell commands?
At least not till I learn how to write Perl or whatever language is involved.
What is matched?
In VirtualHost context, The Pattern will initially be matched against the part of the URL after the hostname and port, and before the query string (e.g. "/app1/index.html").
In Directory and htaccess context, the Pattern will initially be matched against the filesystem path, after removing the prefix that led the server to the current RewriteRule (e.g. "app1/index.html" or "index.html" depending on where the directives are defined).