Re: [users@httpd] Adding a query with rewrite

2012-10-19 Thread Roy
After much experimentation, I got it! RewriteEngine On RewriteCond %{REQUEST_URI} ^/([a-zA-Z]+)\/([^\/]+)\/(.{0})$ RewriteRule / /mydir?topic=%2 [L] Roy From: Roy Sent: Tuesday, October 16, 2012 3:16 PM To: users@httpd.apache.org Subject: [users@httpd] Adding a query with rewrite This is on

[users@httpd] Adding a query with rewrite

2012-10-16 Thread Roy
This is on my home computer with Windows 7 and Apache 2.2. Once it works here I will upload to my host, Godaddy. I have AllowOverride FileInfo and know the .htaccess file is being read. 'mysite' is a on my home computer. On the host it is 'site.com'. DirectoryIndex is index.html index.php I am jus