# |
Apr 21st 2017, 06:49 |
justrohu |
@admad thanks |
# |
Apr 21st 2017, 06:48 |
admad |
@justrohu fixed |
# |
Apr 21st 2017, 06:07 |
justrohu |
@admad, It won'ts let me search .. in console I am getting errors . like ```index.html:1 XMLHttpRequest cannot load https://search.cakephp.org/search?lang=enandq=MOdandversion=3-0>. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '<https://book.cakephp.org' is therefore not allowed access. The response had HTTP status code 502.``` |
# |
Apr 21st 2017, 06:04 |
justrohu |
@admad thank you |
# |
Apr 21st 2017, 05:58 |
vsecades |
awesome, thanks admad |
# |
Apr 21st 2017, 05:58 |
admad |
@justrohu it's back up |
# |
Apr 21st 2017, 05:58 |
vsecades |
? |
# |
Apr 21st 2017, 05:53 |
vsecades |
Any change we can get that corrected tonight? |
# |
Apr 21st 2017, 05:53 |
vsecades |
:( |
# |
Apr 21st 2017, 05:53 |
vsecades |
So I see I’m not the only one with the gateway thing |
# |
Apr 21st 2017, 05:53 |
vsecades |
Evening all |
# |
Apr 21st 2017, 05:33 |
justrohu |
friendsofcake |
# |
Apr 21st 2017, 05:32 |
justrohu |
https://book.cakephp.org/3.0/en/index.html - 502 BAD GATEWAY nginx |
# |
Apr 21st 2017, 05:29 |
GbCELLO |
https://book.cakephp.org/3.0/en/index.html - 502 BAD GATEWAY nginx |
# |
Apr 21st 2017, 04:46 |
mel |
heya |
# |
Apr 20th 2017, 21:40 |
technofection |
amsoft2001 |
# |
Apr 20th 2017, 21:39 |
Erik180486 |
you have skype? |
# |
Apr 20th 2017, 21:38 |
technofection |
or give me your ftp access, will be much faster |
# |
Apr 20th 2017, 21:38 |
technofection |
IfModule mod_rewrite.c> RewriteEngine on RewriteBase /smartmommy/ RewriteRule (.*) webroot/$1 [L] RewriteRule ^$ webroot/ [L] </IfModule |
# |
Apr 20th 2017, 21:37 |
technofection |
Should be exactly IfModule mod_rewrite.c> RewriteEngine on RewriteBase /smartmommy RewriteRule (.*) webroot/$1 [L] RewriteRule ^$ webroot/ [L] </IfModule |
# |
Apr 20th 2017, 21:37 |
Erik180486 |
reverse? |
# |
Apr 20th 2017, 21:36 |
technofection |
How come your root htaccess is typed reverse? |
# |
Apr 20th 2017, 21:36 |
Erik180486 |
you have any other ideas? |
# |
Apr 20th 2017, 21:35 |
Erik180486 |
this really sucks right? |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
</IfModule> |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
RewriteRule ^ index.php [L] |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
RewriteCond %{REQUEST_FILENAME} !-f |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
RewriteBase /smartmommy |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
RewriteEngine On |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
<IfModule mod_rewrite.c> |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
webroot is |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
RewriteRule ^$ webroot/ [L] |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
</IfModule> |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
RewriteRule (.*) webroot/$1 [L] |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
RewriteBase /smartmommy |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
RewriteEngine on |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
<IfModule mod_rewrite.c> |
# |
Apr 20th 2017, 21:32 |
Erik180486 |
root htaccess is |
# |
Apr 20th 2017, 21:31 |
Erik180486 |
also pushed it because I changed the .htaccess |
# |
Apr 20th 2017, 21:31 |
Erik180486 |
done |
# |
Apr 20th 2017, 21:29 |
technofection |
Put it in your root htaccess, also pull the webroot/.htaccess and upload it |