Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: The requested URL was not found on this server.
Post: RE: The requested URL was not found on this server...

Solved! The reason to get error 404 pages not found and not to see any helpful errors in logs is that the problem was in my database. There were a lot of missing records for my English pages. I don...
27,111 Views
8 Replies
11-27-2019, 02:07 AM
chrisco
    Thread: The requested URL was not found on this server.
Post: RE: The requested URL was not found on this server...

Ok, maybe I have some problems with caching. This is what I get Expires: Thu, 19 Nov 1981 08:52:00 GMT and it gives me 404 Page Not Found. Any ideas on how to fix this?
27,111 Views
8 Replies
11-26-2019, 09:05 AM
chrisco
    Thread: The requested URL was not found on this server.
Post: RE: The requested URL was not found on this server...

Solved! Thanks to everyone for the help. I managed to fix my problem with generating SSL keys and include them in my vhost configuration like this: Code: -- DocumentRoot "${SRVROOT}/htdocs/exa...
27,111 Views
8 Replies
11-25-2019, 02:32 PM
chrisco
    Thread: The requested URL was not found on this server.
Post: RE: The requested URL was not found on this server...

InsiteFX Wrote: (11-20-2019, 04:44 AM) -- Check your base_url in the config file, it should match your vhost. -- here is my base_url: Code: -- $config['base_url'] = ''; -- and my vhost conf f...
27,111 Views
8 Replies
11-20-2019, 08:27 AM
chrisco
    Thread: The requested URL was not found on this server.
Post: The requested URL was not found on this server.

Hello, I decided to make a local copy of my website so I build a web server with apache/MariaDB/php73. Also, create a virtual host for my site. The problem is that it only displays my home page and f...
27,111 Views
8 Replies
11-19-2019, 10:24 AM
chrisco
    Thread: Database query order
Post: RE: Database query order

jreklund Wrote: (10-21-2019, 10:47 AM) -- Okey, that means you should look in the "run" function inside Pages_model (possible in application/models). -- This is what I did yesterday and fix my prob...
8,764 Views
8 Replies
10-22-2019, 01:07 AM
chrisco
    Thread: Database query order
Post: RE: Database query order

jreklund Wrote: (10-20-2019, 10:15 AM) -- @chrisco, Do you have any more function by that name? As it dosen't have a second parameter. -- Yep I found this in Template.php in the libraries folder...
8,764 Views
8 Replies
10-20-2019, 12:41 PM
chrisco
    Thread: Database query order
Post: RE: Database query order

jreklund Wrote: (10-20-2019, 06:21 AM) -- That's not part of CodeIgniter, you can try to find the function by searching for "function shortcode" and see what parameters it accepts. -- Hello jreklun...
8,764 Views
8 Replies
10-20-2019, 06:56 AM
chrisco
    Thread: Database query order
Post: Database query order

Hello, I have the following code: Code: -- -- Which showing 3 of publications from my pages table. But I need to show the newest 3 publications so can I order them by date and how can I do this ...
8,764 Views
8 Replies
10-20-2019, 05:27 AM
chrisco
    Thread: Changes are not visible on home page
Post: RE: Changes are not visible on home page

jreklund Wrote: (10-16-2019, 09:54 AM) -- It's indeed that value, you got it cached for 24 hours. If you still want a very long time, you can make an admin interface utilizing delete_cache. https...
6,110 Views
4 Replies
10-17-2019, 04:33 AM
chrisco
    Thread: Changes are not visible on home page
Post: RE: Changes are not visible on home page

jreklund Wrote: (10-15-2019, 12:18 PM) -- Have you enabled cache in that controller? -- Hello jreklund, I'm not sure exactly how to check if it's enabled or not, but probably it is enabled because...
6,110 Views
4 Replies
10-15-2019, 01:38 PM
chrisco
    Thread: Changes are not visible on home page
Post: Changes are not visible on home page

Hello guys, I'm new to CI and I have one heritable website. So the problem is that when I made changes they are not visible on home page or they start to be visible after a long period of time. Fo...
6,110 Views
4 Replies
10-15-2019, 04:37 AM
chrisco

Theme © iAndrew 2016 - Forum software by © MyBB