Jump to content

WordPress category name rewrite


sb13

Recommended Posts

Hey guys,

 

I am no good at rewriting URLs, and I am fighting with this URL I just can't figure out how to rewrite. Because WordPress doesn't allow for two categories to have the same slug, I want to rewrite my way out of it. That is, the specific category URL I want to rewrite is:

 

{my-domain-name}/databases/theory

 

should load this internally:

 

{my-domain-name}/databases/database-theory

 

My current .htaccess file looks as follows:

 

# 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]
</IfModule>

# END WordPress

 

I just can't figure it out. I hope somone can help. Thanks!

Link to comment
https://forums.phpfreaks.com/topic/261257-wordpress-category-name-rewrite/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.