Topic: New pages in extensions...
Ok im building an arcade extension and come to a hurdle. A small one...
My struture is like so...
extensions/mh_arcade/arcade.php
extensions/mh_arcade/arcade_scoring.php
Basically I have set up rewrite rules so that
example.com/arcade.php, example.com/arcade.html ,example.com/arcade/3dshoot/, example.com/arcade_scoring.php, example.com/arcade_scoring.html and example.com/arcade/3dshoot/scoring/ etc....
will all work. i.e. all the other SEF rules.
The thing im unhappy about is when SEF is not being used.. the urls are like
example.com/extensions/mh_arcade/arcade.php?id=1
example.com/extensions/mh_arcade/arcade … g.php?id=1
which is just ugly.
Any ideas?