When I set permalink to use %postnames%, my Page address becomes something like
http://domain/web/contact-us/
and the logo will not show up as the logo URL becomes
Logo address: http://domain/web/contact-us/wp-content/uploads/logo.png
If I set permalink to /index.php?t=%postname%, page address becomes http://www.gigabits.co.in/web/index.php/contact-us and logo won't load.
Logo address: http://domain/web/index.php/wp-content/uploads/logo.png
However, now posts will have correct URL -
http://domain/web/?t=category%2Fservices%2Fmarketing
and thus logo image will load correctly.
Logo address: http://domain/web/wp-content/uploads/logo.png
How do I fix this? Need permalink to be able to work for both; posts and pages. The only problem I see is with loading logo, other images loads just fine.