dongtuoao7987 2015-07-12 14:03
浏览 18

如何使用.htaccess文件清理我的URL?

My URL's look like this:

I'd like it to show like this:

These are my rewrite rules that I have tried so far:

RewriteRule ^Admin.php/([^/]+)/?$ /?action=Edit_Article&articleId=$1 [L]
RewriteRule ^Admin.php/([^/\.]+)/?status=changesSaved [L]

The point is to not have these pages as a link even for admin. The default should always be This_Admin.php as far as the admin pages go.

  • 写回答

0条回答 默认 最新

    报告相同问题?