2012-02-16, 23:13:53
now I am really confused.
Is the directory where you install GetSimple "/simple" or "/simpleyo"
if it is named /simpleyo, the rewrite base has to be
and you will see your website in yourdomain.tld/simpleyo/index.php
if it is named /simple, rewrite base in .htacces has to be:
and you will see your website in yourdomain.tld/simple/index.php
if you want to have GetSimple directly in your domain, not in a subdirectory,
you have to install it in the root and the rewrite base should be:
and you will see your website in yourdomain.tld/index.php
I think you installed in a subdirectory but want to have it in the main directory. right?
Is the directory where you install GetSimple "/simple" or "/simpleyo"
if it is named /simpleyo, the rewrite base has to be
Code:
RewriteEngine on
RewriteBase /simpleyo/
if it is named /simple, rewrite base in .htacces has to be:
Code:
RewriteEngine on
RewriteBase /simple/
if you want to have GetSimple directly in your domain, not in a subdirectory,
you have to install it in the root and the rewrite base should be:
Code:
RewriteEngine on
RewriteBase /
I think you installed in a subdirectory but want to have it in the main directory. right?
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18