Thread: .htaccess help
View Single Post
12-28-2006, 05:19 PM
#1
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old  .htaccess help

Okay, well I've given up, Google has let me down.. I'm creating a .htaccess mod_rewrite for my site, and it doesn't seem to be working at all. Whenever I try to access the folder or any subfolder in the directory I placed it in, it isn't working.

I have a local setup, so if you guys think it has to do with my XAMPP installation and my httd.conf file, just let me know.

Code:
RewriteEngine on
RewriteBase /
RewriteRule ^view\/category\/([0-9]+)\/$ view.php?type=category&id=$1 [R=301,L]
I think my syntax is correct, and as far as I know, that's the only reason why I would be getting a 500 error. Any ideas?