DavidMc i have a phpbb2 forum, im trying to redirect my /forum/ folder in my server, to /forum/index.php, but each time i restart my server, all imgs files and some text is missing, so i need to reinstall it over again, what i want is redirect "mysite.com/forum/" (ppl can see everything in that folder) to "mysite.com/forum/index.php" so, ppl can see the folder's files, i'm using this settup: Virtual Path Reg. expres. = ^/forum/(.*) variable operator Conditions REMOTE_USER Is a director Perform internal redireccion: /forum/index.php Next action: Stop Matching each time i restart my server/pc the forum stop working help me with that David
AbyssUnderground You are missing the index.php index file by the sounds of it. You need to go into the Abyss console and add index.php to the list of index files, apply and restart Abyss. I cannot explain the disappearance of text and images. Something else in your setup must be causing this.
AbyssUnderground DavidMc wrote what about my URL-rewriting setting? its ok that way? You should not need any URL re-writing. It is a simple index file issue.