I have the following file/folder structure for my site:
index.php
games.php
/category-games
/category-games/game-1.php
/category-games/game-2.php
The file games.php
is supposed to be a category homepage for /category-games/
. Is there any way to make this page show when someone visits mysite.com/category-games/
? I tried to put the page into the folder and called it index.php but I guess that's not working.
Probably need to do this via .htaccess. Anyone can help me with this? Right now if anyone tries to access mysite.com/category-games/
its going straight to 404.
Cheers!