Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
opencartプロジェクトの URL に問題があります。
opencart
プロジェクトをインストールoepncartしましたが、その URL は次のとおりです。
oepncart
http://www.exmaple.com/opencart/upload
しかし、私はそれを次のように表示したい:
http://www.exmple.com/demo 使用して.htaccess
http://www.exmple.com/demo
.htaccess
どうすれば変更できますか?
誰か助けてください。
これをドキュメント ルートの htaccess ファイルに追加してみてください。
RewriteEngine On RewriteRule ^demo$ /opencart/upload [L]