Jump to content

PS Directory


Recommended Posts

Hi,

I have researched this forum time and again, and everyone seems to solve their problem with changing their PS directory - except me!

Please help

I have set my PS directory under settings.ini.php to
define('__PS_BASE_URI__', '/');

My files are stored on the route directory of my domain.co.nz in my FTP.

Why am I getting an error message now?

I can get it to work if i change it to ('__PS_BASE_URI__', '/shop/');

By the way - I cant find any .htaccess file on my FTP, it does not seem to exist

Link to comment
Share on other sites

Hi,

I have researched this forum time and again, and everyone seems to solve their problem with changing their PS directory - except me!

Please help

I have set my PS directory under settings.ini.php to
define('__PS_BASE_URI__', '/');

My files are stored on the route directory of my domain.co.nz in my FTP.

Why am I getting an error message now?

I can get it to work if i change it to ('__PS_BASE_URI__', '/shop/');

By the way - I cant find any .htaccess file on my FTP, it does not seem to exist


Just bumping this request to the top again - anybody able to help?

I noticed something strange - when i type in my domain name into the browswer, I am redirected to www.mydomain.com/cgi-sys/defaultwebpage.cgi

what does this mean?
Link to comment
Share on other sites

UPDATE ON THE ABOVE QUERY:

I found a .htaccess file under public_html with unfamiliar lines. what does this mean?

RewriteCond %{HTTP_HOST} ^accountingfortaste.co.nz$ [OR]
RewriteCond %{HTTP_HOST} ^www.accountingfortaste.co.nz$
RewriteRule ^/?$ "http\:\/\/www\.accountingfortaste\.co\.nz\/shop\/" [R=301,L]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...