| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Join Date: Mar 2003 
				
				
				
					Posts: 22
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				Rewrite URL ..... HELP
			 
			I've create un litle ereg to do an url rewritng ... It's work but since few time apache give me error 500 internal server error ....  
		
	
		
		
		
		
		
	
	My Ereg is : #Options +FollowSymlinks RewriteEngine on RewriteRule ^([a-Z]+)-([0-9]+)\.html$ main.php?QUERY=ANNU&mot=$1&CURENT=$2 [L] Error apache log : [Sun Jun 15 18:07:00 2003] [alert] [client 81.51.212.219] /home/httpd/vhosts/mondesexy.com/httpdocs/.htaccess: RewriteRule: cannot compile regular expression '^([a-Z]+)-([0-9]+)\.html$' It's very streng becose it's random ... it's do error just sometime ....  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Jan 2002 
				
				
				
					Posts: 7,981
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 [a-Z] 
		
	
		
		
		
		
		
	
	a-Z is not valid (one lower caps and one upper caps) [a-z] is the correct for all lower caps. [a-zA-Z] is valid for both lower and upper.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |