Finishing touches on PHP Mysql CMS
1. If possible I would like to create an .htaccess that redirects all files with a ?id=# to one page, but keeps the id number.
For example, http://example.com/file_id.php?id=1952 would go to http://example.com/index.php?id=1952
I have multiple file names it must work with, file_id.php, vid_id.php, vid.php, etc. Would work with and without www.
2. I’m also having trouble with my CMS displaying properly. If I place my content section above the outgoi…
