Simple problem with mod_rewrite in the Fat Free Framework

前端 未结 7 2445
悲哀的现实
悲哀的现实 2020-12-18 02:42

I am trying to setup and learn the Fat Free Framework for PHP. http://fatfree.sourceforge.net/

It\'s is fairly simple to setup and I am running it on my machine usi

7条回答
  •  天涯浪人
    2020-12-18 02:55

    Note: If you want to call your .htaccess file something else, you can change the name of the file using the AccessFileName directive. For example, if you would rather call the file .config then you can put the following in your server configuration file:

    AccessFileName .config  
    

    here

提交回复
热议问题