Forum Replies Created

Viewing 7 replies - 31 through 37 (of 37 total)
  • Thread Starter benoitroubert

    (@benoitroubert)

    Thanks for your answer.

    In fact it’s not what we were asking initially (sorry not to have make it clear enough).

    What we want is a mean (through an URL in the web browser) to display exactly our job’s listing page (see initial post for URL) with only the choosen post-type checked; for instance something like “/carriere/postes-vacants/?post-type=administration” (just to illustrate the idea) which would display on our job’s listing page, only the jobs of “administration” type, but still on this page, like if we had only checked this job’s type.

    Moreover we did what you ask us above, and the Job base doesn’t seem to apply.

    You can see on the screenshots (https://wetransfer.com/downloads/a15ff1c26e1c83cd577d92a9c6dd4b7020180426072748/dff8e38294701401f54acc37910b6bc920180426072748/152659 what we did, but the url of the CPT are still /post-type/ and not /carriere/postes-vacants/post-type/ (while /carriere/postes-vacants/ the page configured for job’s list).

    Thanks in advance!

    Maybe I will be able to help you.

    W3 Total Cache write all its instructions at the beginning of .htaccess file.

    We had also this kind of problem because our own instructions in .htaccess for the https:// ? https:// redirection appeared after W3 total Cache job.

    So pages were constructed with https:// links if the case you asked the page in https:// and not https://; and only after, was switching to https://.

    So go see your .htaccess file and put this code below at the beginning of your .htaccess file:

    #######################################################
    # INFOMANIAK
    #######################################################
    # REDIRECT HTTP TO HTTPS TO AVOID DUPLICATE CONTENT #
    #######################################################

    RewriteEngine on
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteRule (.*) https://www.site.com/$1 [R=301,L]

    ######################################################

    Hope it will work for you.

    benoitroubert

    (@benoitroubert)

    Hello,

    We have the exact same issue.

    A solution would be greatly appreciated from anyone!!!

    How to get rid of this rename cache files function???

    benoitroubert

    (@benoitroubert)

    Maybe I will be able to help you.

    W3 Total Cache write all its instructions at the beginning of .htaccess file.

    We had also this kind of problem because our own instructions in .htaccess for the https:// ? https:// redirection appeared after W3 total Cache job.

    So pages were constructed with https:// links if the case you asked the page in https:// and not https://; and only after, was switching to https://.

    So go see your .htaccess file and put this code below at the beginning of your .htaccess file:

    #######################################################
    # INFOMANIAK
    #######################################################
    # REDIRECT HTTP TO HTTPS TO AVOID DUPLICATE CONTENT #
    #######################################################

    RewriteEngine on
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteRule (.*) https://www.site.com/$1 [R=301,L]

    ######################################################

    Hope it will work for you.

    benoitroubert

    (@benoitroubert)

    Maybe I will be able to help you.

    W3 Total Cache write all its instructions at the beginning of .htaccess file.

    We had also this kind of problem because our own instructions in .htaccess for the https:// ? https:// redirection appeared after W3 total Cache job.

    So pages were constructed with https:// links if the case you asked the page in https:// and not https://; and only after, was switching to https://.

    So go see your .htaccess file and put this code below at the beginning of your .htaccess file:

    #######################################################
    # INFOMANIAK
    #######################################################
    # REDIRECT HTTP TO HTTPS TO AVOID DUPLICATE CONTENT #
    #######################################################

    RewriteEngine on
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteRule (.*) https://www.site.com/$1 [R=301,L]

    ######################################################

    Hope it will work for you.

    benoitroubert

    (@benoitroubert)

    Maybe I will be able to help you.

    W3 Total Cache write all its instructions at the beginning of .htaccess file.

    We had also this kind of problem because our own instructions in .htaccess for the https:// ? https:// redirection appeared after W3 total Cache job.

    So pages were constructed with https:// links if the case you asked the page in https:// and not https://; and only after, was switching to https://.

    So go see your .htaccess file and put this code below at the beginning of your .htaccess file:

    #######################################################
    # INFOMANIAK
    #######################################################
    # REDIRECT HTTP TO HTTPS TO AVOID DUPLICATE CONTENT #
    #######################################################

    RewriteEngine on
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteRule (.*) https://www.site.com/$1 [R=301,L]

    ######################################################

    Hope it will work for you.

    Sorry but concerning us it the map is not showing with version 6.3.20 an pro version 6.07.

    Please help us we are really in a hurry

Viewing 7 replies - 31 through 37 (of 37 total)