MAMPで.htaccessファイルを利用する方法

/Applications/MAMP/conf/apacheにあるhttpd.confを開きます。

219〜230行目にある次のコードを探します。

#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories). 
#
# First, we configure the "default" to be a very restrictive set of 
# features.  
#
<Directory />
    Options Indexes FollowSymLinks
    AllowOverride None
</Directory>

AllowOverrideNoneAllへ変更します。

.htaccessファイルを配置します。

参考:https://stackoverflow.com/questions/7670561/how-to-get-mamp-to-read-htaccess-files

プログラミングの独学におすすめ
プログラミング言語の人気オンラインコース
独学でプログラミングを学習している方で、エラーなどが発生して効率よく勉強ができないと悩む方は多いはず。Udemyは、プロの講師が動画で実際のプログラムを動かしながら教えてくれるオンライン講座です。講座の価格は、セール期間中には専門書籍を1冊買うよりも安く済むことが多いです。新しく学びたいプログラミング言語がある方は、ぜひUdemyでオンライン講座を探してみてください。
目次