-1
私はリンクがあります。書き換えのURL
と私はに書き換えたい:私はそれを行うことができる方法
、 ありがとうございます。
UPDATE
この私の.htaccess
Options +FollowSymlinks
Options -MultiViews
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
ErrorDocument 404 https://localhost/404.php
ErrorDocument 403 https://localhost/403.php
チェックこの回答http://stackoverflow.com/questions/11696718/htaccess-rewrite-book-phpid-1234-to-book-1234 –
私がしようとしたが動作していない、それが見つかりません404を示しています。 user.php?id = 123からuser?id = 123の前に.phpを削除しました:( –
[PHPでのURL書き換え]の可能な複製(http://stackoverflow.com/questions/16388959/url-rewriting-with- php) –