Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] - Strange problem with POST data
#23

(09-24-2020, 11:21 PM)remesses_thegreat Wrote: You don't need the post routes. Leave as default. Do you have index.php in your project url ? In your App Config is your baseurl set? In your .htaccess file did you uncomment rewrite base and add projectFolderName?

I have the index.php file in "public" original folder. I don't moved anything after the installation.
In the public folder i have this ht access:

Code:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
</IfModule>

<IfModule !mod_rewrite.c>
    ErrorDocument 404 /index.php
</IfModule>

In the app/config.php:

PHP Code:
    public $baseURL 'http://www.mysiteinlocal.com/';
    public 
$indexPage ''

Apache document root: /var/www/www-ci4/appstarter/public
Reply


Messages In This Thread
RE: Strange problem with POST data - by Matleyx - 09-23-2020, 02:36 AM
RE: Strange problem with POST data - by Matleyx - 09-23-2020, 03:08 AM
RE: Strange problem with POST data - by Matleyx - 09-23-2020, 04:17 AM
RE: Strange problem with POST data - by Matleyx - 09-23-2020, 04:40 AM
RE: Strange problem with POST data - by Matleyx - 09-23-2020, 06:30 AM
RE: Strange problem with POST data - by Matleyx - 09-24-2020, 07:46 AM
RE: Strange problem with POST data - by Matleyx - 09-23-2020, 07:16 AM
RE: Strange problem with POST data - by Matleyx - 09-23-2020, 07:26 AM
RE: Strange problem with POST data - by InsiteFX - 09-23-2020, 04:20 PM
RE: Strange problem with POST data - by InsiteFX - 09-24-2020, 08:53 AM
RE: Strange problem with POST data - by Matleyx - 09-24-2020, 10:53 PM
RE: Strange problem with POST data - by Matleyx - 09-25-2020, 02:59 AM
RE: Strange problem with POST data - by Matleyx - 09-25-2020, 06:01 AM
RE: Strange problem with POST data - by Matleyx - 09-25-2020, 11:41 AM
RE: Strange problem with POST data - by Matleyx - 09-25-2020, 01:52 PM
RE: Strange problem with POST data - by InsiteFX - 09-26-2020, 01:15 AM
RE: Strange problem with POST data - by Matleyx - 09-26-2020, 07:02 AM
RE: Strange problem with POST data - by Matleyx - 09-26-2020, 10:42 AM
RE: Strange problem with POST data - by InsiteFX - 09-26-2020, 12:35 PM
RE: Strange problem with POST data - by Matleyx - 09-26-2020, 10:31 PM
RE: Strange problem with POST data - by Matleyx - 09-27-2020, 02:40 AM
RE: Strange problem with POST data - by Matleyx - 09-27-2020, 05:46 AM
RE: Strange problem with POST data - by Matleyx - 09-27-2020, 09:52 AM
RE: Strange problem with POST data - by demyr - 09-27-2020, 01:19 PM
RE: Strange problem with POST data - by Matleyx - 09-28-2020, 12:05 AM
RE: Strange problem with POST data - by Matleyx - 09-28-2020, 02:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB