You've already forked OpenShorte.old
							
							Renamed "includes" to "templates" Added .htaccess to redirect requests to index.php Added function to split request URL into array Corrected locations in scripts and pages
		
			
				
	
	
		
			3 lines
		
	
	
		
			98 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			98 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
RewriteEngine on
 | 
						|
RewriteCond %{REQUEST_FILENAME} !-f
 | 
						|
RewriteRule ^(.*)$ index.php?query=$1 [L,QSA] |