Open web address jump is such a http://www.baidu.com/index.php/user/login I would like to use. htaccess pseudo-static, excuse me. What should I write about the contents of htaccess?
Reply to discussion (solution)
such as Http://www.baidu.com/index.php/user/login pseudo-static into http://www.baidu.com/login.html
No answer?
One of the most dead:
Rewriterule ^login\.html/index.php/user/login [L]
One of the most dead:
Rewriterule ^login\.html/index.php/user/login [L]
Rewriteengine on
Rewriterule ^login\.html/index.php/user/login [L] It's useless to write, open or Http://www.baidu.com/index.php/user/login.
How is that possible? Unless you enter the Http://www.baidu.com/index.php/user/login directly on your own visit.
Either you make a jump, or you either succeed or you can't access it.
How is that possible? Unless you enter the Http://www.baidu.com/index.php/user/login directly on your own visit.
Either you make a jump, or you either succeed or you can't access it.
http://www.baidu.com/I visited, also restarted Apache, or not
How is that possible? Unless you enter the Http://www.baidu.com/index.php/user/login directly on your own visit.
Either you make a jump, or you either succeed or you can't access it.
may be access to index.php jump to/index.php/user/login, so the words may also be written. htaccess pseudo-static, how to write?
This you should change in the program, do not jump there, jump to the new address up.
This you should change in the program, do not jump there, jump to the new address up.
Yes, it's ready, thanks!