Have your combined . Htaccess like this: BEGIN WordPress RewriteEngine On RewriteCond %{REQUEST_URI} ^/blog/detail/$ RewriteCond %{QUERY_STRING} q=(0-9+)$ NC RewriteRule ^(.*)$ /blog/$1? P=%1 L,R=301 RewriteBase /blog/ RewriteRule ^index\.
Php$ - L RewriteCond %{REQUEST_FILENAME}! -f RewriteCond %{REQUEST_FILENAME}! -d RewriteCond %{QUERY_STRING}!
^p= NC RewriteRule . /blog/index. Php L # END WordPress.
Have your combined . Htaccess like this: # BEGIN WordPress RewriteEngine On RewriteCond %{REQUEST_URI} ^/blog/detail/$ RewriteCond %{QUERY_STRING} q=(0-9+)$ NC RewriteRule ^(.*)$ /blog/$1? P=%1 L,R=301 RewriteBase /blog/ RewriteRule ^index\.
Php$ - L RewriteCond %{REQUEST_FILENAME}! -f RewriteCond %{REQUEST_FILENAME}! -d RewriteCond %{QUERY_STRING}!
^p= NC RewriteRule . /blog/index. Php L # END WordPress.
Thanks. Got it working with one small change: RewriteCond %{REQUEST_URI} ^/blog/detail/$ RewriteCond %{QUERY_STRING} q=(0-9+)$ RewriteRule ^(.*)$ /blog/$1? P=%1 L,R=301 I needed it to redirect to /blog/detail instead of /detail/ – Keefer Apr 20 at 13:13 Glad that it is working fine for you.
I actually copied that line from your question above which didn't have /blog/ in the target URL. – anubhava Apr 20 at 15:01 Yeah, my fault. I have other redirects in the root .
Htaccess file that I copied that from. Appreciate the help. – Keefer Apr 20 at 17:22.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.