Trance-formation
Sep 5th 2004, 7:38 pm
I've been trying to mod-rewrite my dynamic urls for my directory at www.deep-mind.com/directory/index.php
I've tried all sorts and currently have the following in a .htaccess file in the directory folder
RewriteEngine On
RewriteBase /
RewriteRule ^([0-9]+)\.html$ index.php?ax=list&cat_id=$1 [L]
Nothings working and the whole mod_rewrite thing seems tortuous :eek: What am I missing (I know the mod_rewrite setup works because I have a working version of Owlcrofts freebie tool that relies on it)
I've tried all sorts and currently have the following in a .htaccess file in the directory folder
RewriteEngine On
RewriteBase /
RewriteRule ^([0-9]+)\.html$ index.php?ax=list&cat_id=$1 [L]
Nothings working and the whole mod_rewrite thing seems tortuous :eek: What am I missing (I know the mod_rewrite setup works because I have a working version of Owlcrofts freebie tool that relies on it)