source code of index.php displayed (CI4) |
Other PHP applications work fine.
(07-19-2023, 12:33 PM)JustJohnQ Wrote: Show your .htaccess file #v+ AuthUserFile "/home/robert/Projekty/praca/resources/.htpass" AuthName "Strony zabezpieczone" AuthType Basic require valid-user SetEnv CI_ENV development DirectoryIndex index.php ErrorDocument 401 "/home/robert/public_html/praca/denial.html" RewriteEngine on RewriteBase /~robert/praca/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(index\.php|robots\.txt|denial\.html|error_redirect\.php|resources|captcha|attachments) RewriteRule ^(.*)$ index.php/$1 [L] php_value upload_max_filesize 75M php_value post_max_size 100M #v- |
Messages In This Thread |
source code of index.php displayed (CI4) - by Jivanmukta - 07-19-2023, 12:31 PM
RE: source code of index.php displayed (CI4) - by JustJohnQ - 07-19-2023, 12:33 PM
RE: source code of index.php displayed (CI4) - by iRedds - 07-19-2023, 12:51 PM
RE: source code of index.php displayed (CI4) - by Jivanmukta - 07-19-2023, 01:38 PM
RE: source code of index.php displayed (CI4) - by Jivanmukta - 07-21-2023, 02:30 AM
RE: source code of index.php displayed (CI4) - by kenjis - 07-20-2023, 05:32 PM
RE: source code of index.php displayed (CI4) - by captain-sensible - 07-21-2023, 09:01 AM
|