Posted - 09/05/2018 : 09:26:40
Is there some sort of tag for the includes.php to redirect proddetail.php?product to the static URL?
I found this [quote]Static page redirection If you are using static pages, an attempt to locate the page on the old dynamic URL will result in an HTTP "301 Moved Permanently" and a redirect to the static page. To enable this feature use the following setting in your vsadmin/includes.php file...
$redirecttostatic=TRUE;
Please note, to use this you must have output buffering on the products.php and categories.php pages. To do this, simply open these pages in HTML view and right at the top add this line ob_start(); right after the line session_start();[/quote] but it does not cover the proddetail page.
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
Edited by - Marshall on 09/05/2018 09:33:59
|