GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   htaccess force Lowercase url (https://gfy.com/showthread.php?t=1078283)

acctman 08-17-2012 06:32 AM

htaccess force Lowercase url
 
i'm trying to for all urls to be lowercase on a Godaddy server for someone. i've tried the code below but keep getting an internal/500 error. RewriteMap i'm assuming needs to be set in the httpd.conf in which I don't have access too.

Code:


#RewriteEngine On
#RewriteMap lowercase int:tolower
#RewriteCond $1 [A-Z]
#RewriteRule ^/(.*)$ /${lowercase:$1} [R=303,L]

RewriteEngine On
RewriteMap  lc int:tolower
RewriteCond %{REQUEST_URI} [A-Z]
RewriteRule (.*) ${lc:$1} [R=301,L]


acctman 08-17-2012 08:33 AM

update... this ended up working for me.

Code:

Options +FollowSymlinks
RewriteEngine On
CheckSpelling On
CheckCaseOnly On



All times are GMT -7. The time now is 06:46 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123