Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
364 views
in Q2A Core by
i  used the following htaccess rule and it successfully worked.

RewriteRule ^([0-9a-zA-Z-\s]*)$ main_page.php?page=$1 [L]**

but when i used the above rule for sub page it didnt work and redirected to  main_page.php

RewriteRule ^([0-9a-zA-Z-\s]*)$ sub_page.php?spage=$1 [L]**
by
Is this related to Q2A? There is already an htaccess provided.

Please log in or register to answer this question.

...