Welcome Guest, Not a member yet? Register   Sign In
No 404 on existing folders
#10

(This post was last modified: 04-19-2015, 08:13 AM by BABYpanda.)

Thanks for your reply. The RewriteBase is set to "/" in the htaccess of the subdomain.

I really have no idea why it does these things, pretty much..

Code:
RewriteEngine On
RewriteBase /
RewriteCond $1 !^(index\.php|assets|robots\.txt)
RewriteRule ^(.*)$ /index.php?/$1 [L]

thats the .htaccess in the subdomain.

This url gives a correct 404 error:
http://test.example.com/index.php?/application

but this gives the weirds symbols..
http://test.example.com/application

full log:
Code:
DEBUG - 2015-04-19 16:32:32 --> Config Class Initialized
DEBUG - 2015-04-19 16:32:32 --> Hooks Class Initialized
DEBUG - 2015-04-19 16:32:32 --> Utf8 Class Initialized
DEBUG - 2015-04-19 16:32:32 --> UTF-8 Support Enabled
DEBUG - 2015-04-19 16:32:32 --> URI Class Initialized
DEBUG - 2015-04-19 16:32:32 --> Router Class Initialized
ERROR - 2015-04-19 16:32:32 --> 404 Page Not Found --> application

and routing settings:
Code:
$route['default_controller'] = "store";
$route['404_override'] = '';

server error log shows this line when I browse to the page and get the weird symbols:
Code:
[Sun Apr 19 17:10:42 2015] [error] [client xx.xx.xxx.xxx] client denied by server configuration: /home/xxxxxxxx/domains/example.com/public_html/xxxxxx/application
So it says it is denying the access, yet it shows weird symbols,,
Reply


Messages In This Thread
No 404 on existing folders - by BABYpanda - 04-12-2015, 06:56 AM
RE: No 404 on existing folders - by CroNiX - 04-12-2015, 07:37 AM
RE: No 404 on existing folders - by BABYpanda - 04-12-2015, 08:41 AM
RE: No 404 on existing folders - by BABYpanda - 04-14-2015, 12:34 PM
RE: No 404 on existing folders - by gadelat - 04-15-2015, 01:02 AM
RE: No 404 on existing folders - by BABYpanda - 04-15-2015, 07:02 AM
RE: No 404 on existing folders - by mwhitney - 04-16-2015, 08:08 AM
RE: No 404 on existing folders - by BABYpanda - 04-16-2015, 09:56 AM
RE: No 404 on existing folders - by mwhitney - 04-17-2015, 12:15 PM
RE: No 404 on existing folders - by BABYpanda - 04-19-2015, 07:25 AM
RE: No 404 on existing folders - by mwhitney - 04-20-2015, 08:11 AM
RE: No 404 on existing folders - by BABYpanda - 04-20-2015, 08:52 AM
RE: No 404 on existing folders - by BABYpanda - 04-23-2015, 09:59 AM
RE: No 404 on existing folders - by mwhitney - 04-23-2015, 12:45 PM
RE: No 404 on existing folders - by BABYpanda - 04-27-2015, 08:48 AM
RE: No 404 on existing folders - by mwhitney - 04-28-2015, 07:54 AM
RE: No 404 on existing folders - by BABYpanda - 04-30-2015, 12:42 PM
RE: No 404 on existing folders - by mwhitney - 05-04-2015, 10:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB