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 help needed (https://gfy.com/showthread.php?t=534735)

xuron 10-31-2005 03:45 PM

.htaccess help needed
 
ok I have urls like

domain.com/keyword

that I need to redirect to:

domain.com/page.php?keyword=$keyword


how do I do that with .htaccess?

thanks in advanced.

V_RocKs 10-31-2005 04:20 PM

RewriteEngine On
RewriteRule ^([.+)$ page.php?keyword=$1 [L]

Damian_Maxcash 10-31-2005 04:22 PM

Quote:

Originally Posted by V_RocKs
RewriteEngine On
RewriteRule ^([.+)$ page.php?keyword=$1 [L]

Damn I was looking at that for ages yesterday as well - Is it really that simple?

Anothers 10-31-2005 04:30 PM

Code:

RewriteEngine on
RewriteBase /
RewriteRule (.*) page.php?keyword=$1 [L]


pornguy 10-31-2005 04:32 PM

There is a site that has a gererator for that. But I dont have a link to it.


All times are GMT -7. The time now is 01:57 AM.

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