CURL Session issue
-
Hi Guys,
i am programming a security plugin that hides completely wordpress and create html from rendered page for optimization.
It works really really well with static content pages and blog.
but when it’s dynamic like Woocommerce add_to_cart,
i have a problem to link sessions since i have my own index that CURL woocommerce add_to_cart and every dynamic content. and i wonder how would i do it without revealing the wordpress folder/links…here is my FTP structure:
FTP-ROOT
-.htaccess
-index.php
-WPInstalledFolder(all usual wordpress files)
—-.htaccess
—-index.php
—-wp-admin
—-wp-content
—-wp-includes
—-etc etc
so my main .htaccess make sure i use my main index.php as a proxy as needed to serve cached static html.Any help is welcomed!
Thanks
Luke.
- The topic ‘CURL Session issue’ is closed to new replies.