apache_conf 这是用于定义自定义路由的示例.htaccess文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 这是用于定义自定义路由的示例.htaccess文件相关的知识,希望对你有一定的参考价值。

# Turn Rewrite Engine On
RewriteEngine on

# Rewrite for subjects.php
RewriteRule ^custom$ subjects.php [NC,L]

# NC makes the rule non case sensitive
# L makes this the last rule that this specific condition will match
# $ in the regular expression makes the matching stop so that "custom123!" will not work

# Rewrite for admin.php?user=xxxxx
RewriteRule ^admin/([0-9a-zA-Z]+)$ admin.php?user=$1 [NC,L]

# Rewrite for book.php?id=1&title=title-of-book
RewriteRule ^book/([0-9]+)/([0-9a-zA-Z_-]+)$ book.php?id=$1&title=$2 [NC,L]

以上是关于apache_conf 这是用于定义自定义路由的示例.htaccess文件的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 自定义字体代码

apache_conf 自定义htaccess文件

apache_conf htacess自定义404错误页面

apache_conf 404重定向到自定义页面

apache_conf 连字符自定义htaccess文件

路由器道具和自定义道具与打字稿反应路由器dom用于功能组件