<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /homepage/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /homepage/index.php [L]
</IfModule>
これは私の.htaccessコードです。私はhomepage/test.phpに新しいファイルを作成しました。ブラウザからアクセスすると、アクセスのエラーが発生します。
i have tried by replacing index.php with test.php but it still not working
このコードがどのように動作するのか、私のコードが動作しない理由を説明できる人がいますか?.htaccess新しいファイルを追加する
i have deleted .htaccess but its still not working. What else file it can be.
作業していないものを明確に教えてください。 – anubhava