Ok, I have been at this for weeks and have gotten nowhere. Here's the story. I am creating a WordPress "website" for work so that anyone (aka those who don't know coding) can update and modify the site. I am using a local host (EasyPHP) with all of the WordPress files saved in "C:/Web/www." There is a Flash navigation bar that the higher-ups want used in the new site. I have been using mod_rewrite within the .htaccess file located in C:/Web/www but I can't get anything to work. I have gotten mod_rewrite to work with two basic html pages placed in the www folder with the .htaccess folder, but that's it.
Specs:
*When I use the CSS navigation the URIs show as "http://127.0.0.1/" (Home page), "http://127.0.0.1/products/" (Products page), etc.
*When I use the Flash navigation from the Home page the URIs appear as "http://127.0.0.1/?page=1," etc.
*When I use the Flash navigation from any other page (for example the Products page) the URI shows "http://127.0.0.1/products/?page=1," etc. It almost looks like a sub-menu.
I would appreciate any and all help you have to offer. If you need additional info I am more than willing to give it.
Thanks,
John