mod_rewrite not working for Apache 2.2 on Windows 7

孤人 提交于 2019-11-30 16:09:38

on apache config, changing "AllowOverride" to "All" on the definition of the DocumentRoot will solve the issue

Double check the name of the .htaccess file. Windows doesn't like to let you create a file with nothing before the period. "You must type a filename".

Two options.

  • Change AccessFileName to use a different filename.
  • Using the command line to "rename htaccess .htaccess" will work.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!