Note that there are some explanatory texts on larger screens.

plurals
  1. PO300 Multiple choices
    primarykey
    data
    text
    <p>I've got a problem with my website, or more specfically the navigation.</p> <p>First off the problem;</p> <p>300 multiple pages; It does this to the url </p> <pre><code> http://mysite.co.uk/services.phpdiamond-plus.php http://mysite.co.uk/services.phpdiamond/ </code></pre> <p>should be; </p> <pre><code> http://mysite.co.uk/services/diamond-plus.php http://mysite.co.uk/services/diamond.php </code></pre> <p>my file structure;</p> <pre><code>root/services/diamond-plus.php root/services/diamond.php </code></pre> <p>Doesn't matter what direcory or level I am in when selecting diamond-plus.php, it just brings up this page with the url as it is above, I've got a similar url which happens to the both of them.</p> <p>I include my navigation and use relative urls like so; </p> <p>/services/diamond-plus.php</p> <p>Orignally there was a services.php page in directory above, I've changed that. I didsabled my .htaccess file aswell to test, the problem still persists.</p> <p>Any ideas?</p> <p>--- Edit --- </p> <p>Nav section is included - </p> <pre><code>a href="/services/diamond.php" &gt;Diamond&lt;/a </code></pre> <p>.htaccess file</p> <pre><code>options +FollowSymLinks -MultiViews Options +Indexes AcceptPathInfo Off RewriteEngine on Redirect 301 /mysite-service-diamondplus.html http://mysite.co.uk/services/diamond-plus.php Redirect 301 /mysite-service-diamondplus http://mysite.co.uk/services/diamond-plus.php </code></pre> <p>Having changed nothing, it's not giving me the error anymore.. Does changing the .htaccess sometimes take several minutes?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload