Sola Adekunle
Results
3
comments of
Sola Adekunle
Maybe try this? $whitelist = array( '127.0.0.1', '::1' ); ``` if(!in_array($_SERVER['REMOTE_ADDR'], $whitelist)){ // set desired document root here } ```
How are you serving static files in aws?
make sure you set parent when calling the plugin if you are using bootstrap