Is it possible to access the same website with different PHP execution time on different ports?
The idea behind this is to have both example.com and example.com:8222.
The first one is a website, which users visit, and where the configuration execution time is average/low. On the other hand, the second one would enable other users to access the same site with higher PHP execution time to customize the website (e.g. importing web stores).
Example:
--> for the customers of my customer:
Domain Name Registration and Web Hosting | Domain.com
--> for my customer (admin task)
http://www.domain.com:8222
thanks
The idea behind this is to have both example.com and example.com:8222.
The first one is a website, which users visit, and where the configuration execution time is average/low. On the other hand, the second one would enable other users to access the same site with higher PHP execution time to customize the website (e.g. importing web stores).
Example:
--> for the customers of my customer:
Domain Name Registration and Web Hosting | Domain.com
--> for my customer (admin task)
http://www.domain.com:8222
thanks