![]() |
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/ |
bump for you :)
|
This should get you started...
RewriteEngine on RewriteRule ^([A-Za-z0-9-]+)-([A-Za-z0-9-]+)/?$ $1-$2.php [L] |
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}/$1.php -f RewriteRule ^(.+)/$ /$1.php [QSA,L] |
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