Jump to content
Bicrypto v3.7.0 + All Plugins ×

aeneus

Members
  • Posts

    6
  • Reputation

    0
  • Files

    0
  • Joined

  • Last visited

About aeneus

  • Birthday July 7

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

aeneus's Achievements

Newbie

Newbie (1/14)

  • One Year In
  • One Month Later
  • Dedicated Rare
  • Week One Done
  • First Post

Recent Badges

0

Reputation

  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...