私はURLを持っています
http://www.url.com/business/index.php?biz=andrewliu
私は達成しようとしているので、
http://www.url.com/business/andrewliu
私はこれを持ってみました:
RewriteRule ^/?([a-z0-9_-]+)/?$ /index.php?biz=$1 [L]
また
RewriteRule ^/?([a-z0-9_-]+)/?$ /business/index.php?biz=$1 [L]
動作しませんか?
助けて?
編集:
私はこれを持っています
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
書き直し前