problem with mod_rewrite

Status
Not open for further replies.

tikki

New Member
Messages
5
Reaction score
0
Points
0
hi. I think mod_rewrite is disabled on my account. I am using a script 'clickbank portal'. the site is well set & working. the only problem is when i visit some category. i get error 'page not found'. my .htaccess file is well set again. I have checked the whole script with another host & it's working fine there. you have also disabled <?php phpinfo(); ?> so i am not able to find if mod_rewrite is on. So please check as soon as possible. Thanks.

my hosting server: boru

my .htaccess file:

RewriteEngine On

RewriteRule ^tags/(.*).html$ search.php?keyword=$1 [L,NC]
RewriteRule ^(.*)\.html$ list.php?subcat=$1 [L,NC]
#[a-zA-Z_-]
#RewriteRule ^([0-9]*)/(.*)\.html$ album.php?id=$1&name=$2 [L,NC]
#RewriteRule ^(.*)\.jpg$ arrow.jpg


site: http://digitaldirectory.tk
 
Last edited:

Anna

I am just me
Staff member
Messages
11,738
Reaction score
579
Points
113
try adding "RewriteBase /" (no quotes).
 
Status
Not open for further replies.
Top