I am currently doing web development on my macbook air. I am running the newest version of Firefox and for some reason I am having an issue with viewing it in Firefox with my mac-air. In Firefox the initial index.php URl loads fine without the proceeding / but any other pages automatically add a / to the end of the URL and I am unsure why. This causes problems because the pages CSS file then fails to load. I can manually remove the / but when I run the URL it is added back immediately.
- If I load the pages in Firefox on Ubuntu, everything is fine.
- If I load the pages in Chrome on OSX, everything is fine.
I am unsure of how to correct this issue. If a mod believes this is an osx, you can you move the post. I was going to post to Mac page but I’m assuming this is an issue with the browser or a known issue.
Be advised, I am just running these pages in a directory on my domain that has a wordpress site on it. The directory is separate from the wordpress files but still on the same godaddy server. The wordpress site is on the actual domain mydomain.com
- The development files I am trying to test are in mydomain.com/test/
Is this directory under the WordPress root. If yes i’d look at your .htaccess it is probably doing something funky with the way routing/clean-urls is setup.