Jump to content

htaccess RewriteRule issue


getmukesh

Recommended Posts

I have written rewriterule in htaccess for accessing category page. Category page working file, but my subfolder not browse which contains other files.

 

You can see code below

 

------------------------

Options +FollowSymlinks

 

RewriteEngine On

RewriteBase /

 

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

 

RewriteRule ^([A-Za-z0-9-]+)/$  category.php?category=$1

------------------------

 

 

e.g.

 

If i access the page 

 


 

Its showing the category result page. This is working perfectly. 

 

But when i tried my subfolder which exists on root directory, not accessible because of rewriterule written above.  Its showing same category page like international.

 


 

subfolder = is the subfolder exists

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.