kinnarthakker49
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
I've used the following rewriting. But its not working. Is rewriting disabled or its my mistake? If so please help. Is there a condition i've to add?
Any help will be appreciated.
--------------------------------
RewriteEngine On
RewriteBase /
RewriteRule ^Topics/([^/]*)/([^/]*)\.html$ /topic.php?topic=$1&page=$2 [L]
--------------------------------
Thank you.
Any help will be appreciated.
--------------------------------
RewriteEngine On
RewriteBase /
RewriteRule ^Topics/([^/]*)/([^/]*)\.html$ /topic.php?topic=$1&page=$2 [L]
--------------------------------
Thank you.