私はウェブサイトを作成していますが、なぜ機能しないのかわかりmod_rewrite
ません。
現在の URL は次のとおりhttp://www.treetle.com/profile/index/show/rameshmantha
です。http://www.treetle.com/profile/rameshmantha
rameshmantha
はプロファイル名 (動的に生成されます) で、ここに私の .htaccess ファイルがあります。
RewriteEngine on
Options +FollowSymLinks
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1
RewriteRule ^/profile/([a-z]+)?$ /profile/index/show/$1[L,QSA]