Rewriting urls for archive page
-
Hi everyone,
How can I change so that links that go to the Archive, such as
https://www.mydomain.com/subfolder/2010/12
instead goes tohttps://www.mydomain.com/subfolder/archive/2010/12
?I currently have the following .htaccess:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /subfolder/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /subfolder/index.php [L] </IfModule>
Permalinks:
/%category%/%postname%/
- The topic ‘Rewriting urls for archive page’ is closed to new replies.