My friendly url used in my navigation loses id
Details in PM
nav include and page attached
Details in PM
nav include and page attached
Since you have slashes in your re-written url, you need to also add a <base> tag to the header to identify the correct location of the page so it can properly find css and images that use relative links.
<base href="https://performancehorsehotline.com/hotpage/horse-profile.php">
I believe serverDomain which I believe accomplishes the same as the base root
<?php
$serverDomain = 'https://'.$_SERVER['SERVER_NAME'];
?>
More info in PM
The issue is where you add the css:
<!-- main header Nav breaks page -->
<link href="https://performancehorsehotline.com/assets/css/?V30" rel="stylesheet">
You can see the page name is missing for the .css file. I'd have to debug the code to see how and why that happens. The FTP information I have doesn't seem to work anymore. Maybe another recordset on the page or something that you are using to get the css file.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.