I need to add a code so it shorten my url address to a easier and not /wp?action=register This is how my .htaccess looks like, underline is added recently and this is what I was informed to add, but this won.t work
edit .htaccess
14
I need to add a code so it shorten my url address to a easier and not /wp?action=register
This is how my .htaccess looks like, underline is added recently and this is what I was informed to add, but this won.t work
This is how my .htaccess looks like, underline is added recently and this is what I was informed to add, but this won.t work
Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteEngine On
RewriteRule ^become-member/$ /wp-login.php?action=register
</IfModule>
# END WordPress - Happy_Balance
- [1] reply
- klauzer
- phpdev
- [1] reply
- klauzer
- teecamo
- SteveJohnson
- [1] reply
- klauzer
- SteveJohnson
- [2] replies
- blazedream
- klauzer
- [1] reply
Next Topics on Trending Feed
-
14