Okay so I wanted to have my posts show up with a date format as the url so I followed the instructions in the admin portion of wordpress to edit the .htaccess file so that it worked that was... I already had some information in the .htaccess file, what it allowed me to do is to have index.php to be accessible from when someone types in domain.com/index... After I installed wordpress it stopped working. When I remove the wordpress .htaccess stuff it still doesn't work right. So now my links don't work because I have the links going to domain.com/index instead of domain.com/index.php
Also whenever I find a link that doesn't work and click on it instead of going to my domain.com/404.php file it goes instead to a wordpress 404 file...
Does anyone have any ideas? I'm pulling my hair out trying to fix this.