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)
-   -   can i get some htaccess help, please? (https://gfy.com/showthread.php?t=867388)

Mr Pheer 11-05-2008 08:53 PM

can i get some htaccess help, please?
 
or mod rewrite help?

I want it to sit in a dir I have
domain.com/keyword-keyword.php

and render it as
domain.com/keyword-keyword/

Scroto 11-05-2008 09:23 PM

bump for you :)

BigBen 11-05-2008 09:35 PM

This should get you started...

RewriteEngine on
RewriteRule ^([A-Za-z0-9-]+)-([A-Za-z0-9-]+)/?$ $1-$2.php [L]

fris 11-05-2008 09:49 PM

RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}/$1.php -f
RewriteRule ^(.+)/$ /$1.php [QSA,L]

Mr Pheer 11-05-2008 10:40 PM

thanks..


All times are GMT -7. The time now is 11:44 PM.

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