Log message #4261595

# At Username Text
# Apr 21st 2021, 10:43 nayakvradhit Content is not correct?
# Apr 21st 2021, 10:36 kevin.pfeifer :thinking_face:
# Apr 21st 2021, 10:28 nayakvradhit This is the content I. Am having inside webroot
# Apr 21st 2021, 10:27 nayakvradhit <IfModule mod_rewrite.c> RewriteEngine On RewriteRule . * -[E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteCond %{REQUEST_FILENAME} ! -d RewriteCond %{REQUEST_FILENAME} ! -f RewriteRule ^ index.php [L] </IfModule>
# Apr 21st 2021, 10:19 nayakvradhit test.php alps works
# Apr 21st 2021, 10:19 kevin.pfeifer what is the content of the .htaccess in the webroot folder
# Apr 21st 2021, 10:19 nayakvradhit Yeah it works
# Apr 21st 2021, 10:18 kevin.pfeifer but you said before that /info.php worked
# Apr 21st 2021, 10:18 nayakvradhit And if type ipaddress/ it shows apache home. Page
# Apr 21st 2021, 10:18 nayakvradhit I am getting url not found when I pass index.php
# Apr 21st 2021, 10:16 kevin.pfeifer but it should result in the same if you only go to your ipaddress as well
# Apr 21st 2021, 10:16 kevin.pfeifer yea try that
# Apr 21st 2021, 10:16 nayakvradhit I should run ipaddress/index.php right
# Apr 21st 2021, 10:15 kevin.pfeifer because the default apache html page is usually located in /var/www/html
# Apr 21st 2021, 10:15 kevin.pfeifer if not, somethings wrong with the apache config where it doesn’t load the index.php as default
# Apr 21st 2021, 10:14 kevin.pfeifer i just want to confirm that you get in that file
# Apr 21st 2021, 10:14 nayakvradhit Ok let me check
# Apr 21st 2021, 10:14 kevin.pfeifer yes
# Apr 21st 2021, 10:14 nayakvradhit Inside index.php?
# Apr 21st 2021, 10:13 kevin.pfeifer at the start
# Apr 21st 2021, 10:13 kevin.pfeifer and if you put a ```var_dump("test"); die();``` in there does it output that?
# Apr 21st 2021, 10:12 nayakvradhit Inside webroot I am having index.php file
# Apr 21st 2021, 09:56 lyndon298 I was imagining something like: ```$this->Users ->find() ->contain([ 'Addresses' => [ 'alias' => 'my_address_alias' ], ]);``` Does something like that exist?
# Apr 21st 2021, 09:50 lyndon298 Hi guys, is there any way to set an alias for a contained table in a query?
# Apr 21st 2021, 09:13 erwane file_get_content and check if it contains desired part of string ?
# Apr 21st 2021, 08:25 kevin.pfeifer or just the index.php
# Apr 21st 2021, 08:25 kevin.pfeifer do you have a index.html in that folder
# Apr 21st 2021, 08:20 nayakvradhit Even though I set doc root to /var/www/html/appname/app/webroot
# Apr 21st 2021, 08:20 neon1024 Anyone have any tips for asserting in tests, the content of a downloaded csv file?
# Apr 21st 2021, 08:19 nayakvradhit Problem is when I hit ipaddress/ I am redirecting to apache home page
# Apr 21st 2021, 07:24 kevin.pfeifer whats your problem now exactly?
# Apr 21st 2021, 07:24 kevin.pfeifer well if you got your phpinfo working i would say its nothing cent os 7 specific
# Apr 21st 2021, 07:20 nayakvradhit Can anyone please help me who worked in cent os 7 apache cakephp 2
# Apr 21st 2021, 07:19 nayakvradhit Ok thanks
# Apr 21st 2021, 07:05 kevin.pfeifer so your other src files, vendor etc. cant be accessed via a URL
# Apr 21st 2021, 07:04 kevin.pfeifer it should be webroot yes
# Apr 21st 2021, 07:03 nayakvradhit But in cakephp doc for prod set up we need to set the doc root to webroot right?
# Apr 21st 2021, 07:03 nayakvradhit Yeah also I am able to access ipaddress/appname I am seeing the application
# Apr 21st 2021, 07:02 kevin.pfeifer that means your webserver is configured correctly
# Apr 21st 2021, 07:02 kevin.pfeifer but if you get your phpinfo page
# Apr 21st 2021, 07:02 kevin.pfeifer oh ok i am not experienced in cent os ,:)