You've already forked codeigniter_test
							
							
		
			
	
	
		
			17 lines
		
	
	
		
			480 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			480 B
		
	
	
	
		
			ApacheConf
		
	
	
	
	
	
|   | RewriteEngine On | ||
|  | 
 | ||
|  | # Put your installation directory here: | ||
|  | # If your URL is www.example.com/, use / | ||
|  | # If your URL is www.example.com/site_folder/, use /site_folder/ | ||
|  | 
 | ||
|  | RewriteBase /azhar | ||
|  | 
 | ||
|  | # Do not enable rewriting for files or directories that exist | ||
|  | RewriteCond %{REQUEST_FILENAME} !-f | ||
|  | RewriteCond %{REQUEST_FILENAME} !-d | ||
|  | 
 | ||
|  | # For reuests that are not actual files or directories, | ||
|  | # Rewrite to index.php/URL | ||
|  | RewriteRule ^(.*)$ index.php/$1 [PT,L] | ||
|  | #RewriteCond $1 !^(index\.php|assets) |