seemapatel3650

Results 2 comments of seemapatel3650

the solution of this problem is so simple, but it took my whole night to figure this out. JUST REPLACE "PT" with "R" _*\* RewriteRule ^(.)$ index.php/$1 [PT,L] * _...

the solution of this problem is so simple, but it took my whole night to figure this out. JUST REPLACE "PT" with "R" _*\* RewriteRule ^(._)$ index.php/$1 [PT,L] *_ _...