Php/codeigniter/url短縮
提供: 初心者エンジニアの簡易メモ
2024年11月10日 (日) 01:52時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==apacheでの対応== プロジェクト直下に以下ファイル追加 .htaccess <pre> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FIL...」)
apacheでの対応
プロジェクト直下に以下ファイル追加
.htaccess
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L]
以下でアクセスできる ttp://ci3app.localhost/hello
以下でアクセスできる ttp://ci3app.localhost/hello