Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
~433 People Reached
About Me
Software Engineer
- Interests
- Coding, Coding, Coding
Favorite Forums
Favorite Tags
seo x 1
1 Posted Topic
Re: [QUOTE=msaqib;220587][code]RewriteEngine on RewriteMap upper2lower int:tolower RewriteRule ^/(.*)$ /${upper2lower:$1} [/code] Amnot sure if it will work or not. You can read the full post here... [URL="http://balajin.net/blog/archives/2005/10/07/using_mod_rewrite_to_convert_u.html"]http://balajin.net/blog/archives/2005/10/07/using_mod_rewrite_to_convert_u.html[/URL][/QUOTE] You are almost correct, but you have to place the code in httpd.conf and not in the .htaccess (Internal server error will occure) You can … |
The End.