我的.htaccess的设置
SetEnv APPLICATION_ENV development
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
Run Code Online (Sandbox Code Playgroud)
伙计们,我需要你的专业知识.建议或想法会很棒.我想要发生的是,我将删除我的.htaccess文件并创建一个index.php来配置所有内容......是否可能?
你能举个例子吗?先感谢您.