I built a site with CodeIgniter last year www.example.com, and a Wordpress client blog last week. I created a blog and uploaded to www.example.com/blog
Now, when I click on any wordpress link, it gives an error, as shown below: /
http://www.example.com/blog/category/one-last-category/
Error detectedUnable to load your default controller. please make sure the controller specified in your Routes.php file is valid.
Error detected
Unable to load your default controller. please make sure the controller specified in your Routes.php file is valid.
How can I install Codeigniter to ignore a Wordpress folder?
It helps to appreciate !!!
.htaccess( , - .) , DocumentRoot Codeigniter .htaccess, :
RewriteEngine on RewriteCond $1 !^(index\.php|static|user_guide|robots\.txt) RewriteRule ^(.*)$ /index.php/$1 [L]
CI. RewriteCond - :
RewriteCond $1 !^(index\.php|blog)
Source: https://habr.com/ru/post/1782859/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1782854/c-maphash-table-thats-keyed-by-integers-and-maps-to-void-pointers&usg=ALkJrhge7z9e_d4j6B70Lunjcn_Odk2hKwIs it possible to call PHP C functions in a C program? - cDeleting a child in many ways using POCO in EF4 CTP5 - c #URL patterns in iPhone app - iosHow can my team easily migrate from Visual SVN to TFS 2010? - version-controlHow to reduce virtual memory by optimizing my PHP code? - performanceMultiple https requests .. how? - performanceTFS - Forwarding solution for new TFS when previous TFS is no longer available - tfslibpcap gets MAC from AF_LINK sockaddr_dl (OSX) - cString in bytes [delphi] - delphiAll Articles