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.
私はdomain.co.nz静的ホームページを持つメインドメインを持っていますhomeが、SEOの目的に最適なURLも持っています。私がやろうとしているのはseoDomain.co.nz、関連情報を含む特定の静的ページをポイントする方法を見つけることですが、残りはサイトの残りdomain.co.nz
domain.co.nz
home
seoDomain.co.nz
別のページの情報を表示したいサイトの部分で、PHPの組み込み関数include()またはrequire()関数を使用し、その値を$ _GET変数に設定する必要があることをよく理解している場合(ユーザーにブックマークを付けてもらいたい場合) it)ドメインの他のページを含める。しかし、これはあなたのサイトにとって本当に危険で安全ではないので、それを行う前に、上記のいずれかを行う前にグーグルRemote File Inclusion/Local File Inclusion防止をお勧めします。
include()
require()
Remote File Inclusion/Local File Inclusion