Jump to content
Bicrypto v3.7.0 + All Plugins ×

aeneus

Members
  • Posts

    6
  • Reputation

    0
  • Files

    0
  • Joined

  • Last visited

Everything posted by aeneus

  1. have you deleted this line of code? php_flag display_errors
  2. But after successful installation, I'm having problem like below. Can anyone help me to solve this problem?
  3. edit the .htaccess section then add the <IfModule mod_rewrite.c> tag opener above the rewrite engine on and ends with a closing </IfModule> tag. <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_URI} !public/ RewriteRule (.*) /public/$1 [L] </IfModule>
×
×
  • Create New...