| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		reefbum -
 
  Joined: 25 May 2007 Posts: 9 Location: FL
  | 
		
			
				 Posted: Thu Jul 23, 2009 7:33 pm    Post subject: help with .htaccess | 
				      | 
			 
			
				
  | 
			 
			
				Been using X2 for a while now but have never had need for url rewrite until now.
 
 
I am installing a new site that I have been running on Apache with .htaccess 
 
Can anyone please tell me how to make this .htaccess into url rewrite?
 
 
  	  | Code: | 	 		  
 
Options +FollowSymlinks
 
Options -indexes
 
RewriteEngine on
 
 
RewriteBase /
 
 
RewriteRule ^\.htaccess$ - [F]
 
 
 
RewriteCond %{SCRIPT_FILENAME} !-f
 
RewriteCond %{SCRIPT_FILENAME} !-d
 
RewriteRule (.*) /index.php
 
 
 | 	  
 
 
 
Thanks | 
			 
		  | 
	
	
		| Back to top | 
		
			            | 
		
	
	
		  | 
	
	
		TRUSTAbyss -
 
  Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
  | 
		 | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		 |