【发布时间】:2016-07-11 08:31:10
【问题描述】:
我想要 URL 重写解决方案。 我有这个网址 [http://dailyimage.in/photo.php/1480] 我想隐藏 .php 或 [http://dailyimage.in/photo/1480] 这种类型的 URL
现在我正在使用此代码,但它在我的 .htaccess 文件中不起作用
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule !.*\.php$ %{REQUEST_FILENAME}.php [QSA,L]
【问题讨论】:
标签: url-rewriting