Good day friends! There is an address http: //test1.go/index.php? Id = 46 How to fix htaccess to open http: //test1.go/46
?? Please tell me, I only know how to remove index.php
Good day friends! There is an address http: //test1.go/index.php? Id = 46 How to fix htaccess to open http: //test1.go/46
?? Please tell me, I only know how to remove index.php
So here :)
RewriteRule ^([0-9]+)/?$ index.php?id=$1 [L] header("Location: /index.php?id=$id_session") , but to the header("Location: /$id_session") . I do not see the problem - YuriSource: https://ru.stackoverflow.com/questions/604909/
All Articles