Site icon Hip-Hop Website Design and Development

Use digital pages level to 1 particular web page

How ought to I method this problem?

I wish to create one web page, however many "virtual pages", e.g. like a productinfo.php. A product has a number of. On this case you manually create the posts within the database via dashboard and the digital pages are pointing to particular posts within the WP database.

What I would like is that is type of similar factor however I do not wish to add any posts and I would like all digital pages to redirect to similar web page with completely different GET request:

Let met clarify:

  1. I create one web page: e.g. cityinfo
  2. If I’m going to /luton it ought to level to cityinfo?actualcity=Luton
  3. If I’m going to /london it ought to level to cityinfo?actualcity=London
    and so on.

Ought to I be utilizing .htaccess for this? Or am I lacking some simpler/higher solution to obtain this?