Search:

Type: Posts; User: Rudi

Search: Search took 0.01 seconds.

  1. in this case, you should use the first solution ...

    in this case, you should use the first solution

    otherwise, it will require customization to keep the listing url with the settings for 404 page
  2. Ok, instead: if (empty($listing_data))...

    Ok, instead:



    if (empty($listing_data)) {
    $reefless->redirect(null, SEO_BASE . '404.html');
    }


    use:
  3. Hello, Go to incudes > controllers >...

    Hello,

    Go to incudes > controllers > listing_details.inc.php

    replace:


    if (empty($listing_id) || empty($listing_data) || ($listing_data['Status'] != 'active' && $listing_data['Account_ID']...
Results 1 to 3 of 3