| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| DavidMc -
 
 
 Joined: 21 Feb 2008
 Posts: 3
 
 
 | 
			
				|  Posted: Thu Feb 21, 2008 2:48 pm    Post subject: problems with phpbb2 |   |  
				| 
 |  
				| 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
 |  | 
	
		| Back to top |     | 
	
		|  | 
	
		| AbyssUnderground -
 
 
 Joined: 31 Dec 2004
 Posts: 3855
 
 
 | 
			
				|  Posted: Thu Feb 21, 2008 2:51 pm    Post subject: |   |  
				| 
 |  
				| 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.
 _________________
 Andy (AbyssUnderground) (previously The Inquisitor)
 www.abyssunderground.co.uk
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| DavidMc -
 
 
 Joined: 21 Feb 2008
 Posts: 3
 
 
 | 
			
				|  Posted: Thu Feb 21, 2008 2:53 pm    Post subject: |   |  
				| 
 |  
				| what about my URL-rewriting setting? its ok that way? |  | 
	
		| Back to top |     | 
	
		|  | 
	
		| AbyssUnderground -
 
 
 Joined: 31 Dec 2004
 Posts: 3855
 
 
 | 
			
				|  Posted: Thu Feb 21, 2008 2:55 pm    Post subject: |   |  
				| 
 |  
				|  	  | 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.
 _________________
 Andy (AbyssUnderground) (previously The Inquisitor)
 www.abyssunderground.co.uk
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		| DavidMc -
 
 
 Joined: 21 Feb 2008
 Posts: 3
 
 
 | 
			
				|  Posted: Thu Feb 21, 2008 3:05 pm    Post subject: |   |  
				| 
 |  
				| good, that workd. thank you :) |  | 
	
		| Back to top |     | 
	
		|  | 
	
		|  |