Jump to content

admin index.php


Guest vivid

Recommended Posts

hi

Any 1 can help me out my admin /modules, catalogue, customers, file manager pages are going straight to a tree directory style of listing which includes the subdirectories listed inluding the index.php file. when i click on the php file my normal page displays ok. if i was to click on a sub directory ie shipping by %, it also shows as a tree directory with the index.php file listed. Its as if im not getting directed to the index.php file for some reason. The admin/ home,general settings,taxes, country zones, currencies all go straight to the index.php file ok a display correctly.

Thanx in advance hopefully an easy fix for you experts out there

Link to comment
Share on other sites

<?php

$glob['dbdatabase'] = 'vivid';

$glob['dbhost'] = 'localhost:/tmp/mysql5.sock';

$glob['dbpassword'] = 'password';

$glob['dbprefix'] = '';

$glob['dbusername'] = 'vividwholesale';

$glob['installed'] = '1';

$glob['rootDir'] = '/home/vividwholesale/www/www/shop';

$glob['rootRel'] = '/shop/';

$glob['storeURL'] = 'http://www.vividwholesale.com.au/shop';

?>

url::: www.vividwholesale.com.au

thanx

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...