# |
Apr 20th 2017, 20:32 |
Erik180486 |
which htaccess>? |
# |
Apr 20th 2017, 20:32 |
technofection |
@highac3s, why don't you simply add bootstraps css and js files in your layout? |
# |
Apr 20th 2017, 20:30 |
technofection |
Instead of IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ webroot/ [L] RewriteRule (.*) webroot/$1 [L] </IfModule can you just put RewriteEngine on RewriteRule ^$ webroot/ [L] RewriteRule (.*) webroot/$1 [L] in root .htaccess and try? |
# |
Apr 20th 2017, 20:30 |
rudy1976s |
no one here using Muffin Footprint ? |
# |
Apr 20th 2017, 20:30 |
Erik180486 |
yes it is |
# |
Apr 20th 2017, 20:30 |
technofection |
http://prntscr.com/eyv8wk mod_rewrite seems to be loaded |
# |
Apr 20th 2017, 20:29 |
highac3s |
@technofection 3.4.5 |
# |
Apr 20th 2017, 20:29 |
Erik180486 |
http://dev.smartmommy.nl/smartmommy/phpinfo.php |
# |
Apr 20th 2017, 20:28 |
technofection |
Which version of Cake you using @highac3s ? |
# |
Apr 20th 2017, 20:28 |
technofection |
@erik180486 in your root index.php file , at the top put phpinfo(); exit; and let me see |
# |
Apr 20th 2017, 20:28 |
highac3s |
(in AppView.php) |
# |
Apr 20th 2017, 20:27 |
highac3s |
seems like the layout goes to nothing as soon as I do this : $this->initializeUI(['layout'=>true]); |
# |
Apr 20th 2017, 20:27 |
Erik180486 |
my server is telling me there's no problem |
# |
Apr 20th 2017, 20:26 |
technofection |
What problem are you facing highac3s? |
# |
Apr 20th 2017, 20:26 |
highac3s |
hello, I'm having trouble with integrating Bootstrap-UI in my cake 3 project. |
# |
Apr 20th 2017, 20:25 |
technofection |
Ohh I see, must be your server.. May be your host is doing some maintenance or something like that and htaccess is not working. |
# |
Apr 20th 2017, 20:24 |
Erik180486 |
I was logged in and out of the sudden I'm getting this not found error and URL rewriting message on the hompeage |
# |
Apr 20th 2017, 20:23 |
technofection |
How did you login? I cannt get onto the login page.. and moreoever cake should throw a Controller Not Found error, not a 404 error page from apache |
# |
Apr 20th 2017, 20:21 |
Erik180486 |
im getting the cakephp welcome message, but thats because I am logged in I guess |
# |
Apr 20th 2017, 20:21 |
Erik180486 |
http://paste.opensuse.org/1692465 |
# |
Apr 20th 2017, 20:20 |
Erik180486 |
ok |
# |
Apr 20th 2017, 20:20 |
technofection |
no, the one in the root of your project |
# |
Apr 20th 2017, 20:20 |
Erik180486 |
from webroot? |
# |
Apr 20th 2017, 20:20 |
technofection |
yeah, send me your htaccess |
# |
Apr 20th 2017, 20:20 |
technofection |
No Erik, it redirects me to users/login and then I see a 404 |
# |
Apr 20th 2017, 20:20 |
Erik180486 |
can I send you the source of the .htaccess? |
# |
Apr 20th 2017, 20:19 |
rudy1976s |
Hello I need some help to make Muffin Footprint working |
# |
Apr 20th 2017, 20:19 |
Erik180486 |
you get a 404 and not the welcome to cake message? |
# |
Apr 20th 2017, 20:19 |
technofection |
no, I don't see, I just see a 404 error.. Definitely your htaccess is not working.. |
# |
Apr 20th 2017, 20:18 |
Erik180486 |
I already did, you can't see it? |
# |
Apr 20th 2017, 20:18 |
technofection |
Try putting that echo "something"; exit; in your webroot/index.php file and let me see the URL again |
# |
Apr 20th 2017, 20:17 |
technofection |
I opened the URL, Seems to be .htaccess |
# |
Apr 20th 2017, 20:17 |
Erik180486 |
nothing seems to be working, not that far on my project yet :) |
# |
Apr 20th 2017, 20:16 |
Erik180486 |
http://dev.smartmommy.nl/smartmommy/ |
# |
Apr 20th 2017, 20:16 |
technofection |
Is Admin URL not working only, or even the base URLs are not working? |
# |
Apr 20th 2017, 20:15 |
Erik180486 |
in php, sorry |
# |
Apr 20th 2017, 20:15 |
Erik180486 |
http://paste.opensuse.org/2088793 |
# |
Apr 20th 2017, 20:14 |
Erik180486 |
http://paste.opensuse.org/23770053 |
# |
Apr 20th 2017, 20:14 |
technofection |
Copy your routing configuration here |
# |
Apr 20th 2017, 20:13 |
technofection |
Okay, so htaccess is working fine.. Then must be the routing.. |
# |
Apr 20th 2017, 20:13 |
Erik180486 |
on top |