Search found 1 match
- Sat Mar 31, 2007 5:23 pm
- Forum: Installation and Configuration
- Topic: .htaccess problem with non-full-path requests
- Replies: 1
- Views: 723
.htaccess problem with non-full-path requests
Basically I am trying to have articles/category/article.php to pump to another file as indicated with the rewrite below. RewriteRule articles/(.*)/(.*).php /articles.php?cat=$1&article=$2 The problem is that I still want a request that i would ideally like that also requests where only category ...