【发布时间】:2015-07-06 16:22:42
【问题描述】:
我正在开发一个在 Joomla 2.X 上开发的网站,我在编辑 .htaccess 文件时遇到了一个简单的问题...
我只想使用这个网址http://rumarcedeira.com/acceso-usuarios 但是分页加载的应该是这个http://rumarcedeira.com/component/hikashop/user/form
我试过了
RewriteEngine On
RewriteRule ^/acceso-usuarios$ /component/hikashop/user/form/ [L,R]
但它不起作用......有什么想法吗?
【问题讨论】:
标签: apache .htaccess mod-rewrite joomla