luckybutt1987
Forum Replies Created
-
Forum: Hacks
In reply to: change url seo searchterm tagging 2yes i tried it but no success.
it gives page not found 404 error still.Forum: Plugins
In reply to: [SEO SearchTerms Tagging 2] how to change word "SEARCH" in urlIs there no one who knows how to change seo searchterm tagging 2 wordpress plugin permalink structure from domain/search/search-term/ to domain/anything-else/search-term/
please tell me i tried much editing in plugin and i have changed link structure plugin start showing my new structure but when i open link it gives error 404 not found.
i changed this
PHP Code:
$permalink = get_bloginfo( 'url' ).'/search/'.user_trailingslashit(pk_stt2_function_sanitize_search_link($term->meta_value));
to
PHP Code:
$permalink = get_bloginfo( 'url' ).'/myword/'.user_trailingslashit(pk_stt2_function_sanitize_search_link($term->meta_value));
and this line
PHP Code:
$new_rules = array('^search/(.+)\$' => 'index.php?s=' .$wp_rewrite->preg_index(1));
to
PHP Code:
$new_rules = array('^myword/(.+)\$' => 'index.php?s=' .$wp_rewrite->preg_index(1));
but no success it make url like http://mydomain.com/myword/search-term/ but gives error 404 not found.please help me if you know how to change it.
i need it because i am using AA 404 plugin on search page for related content and while /search/ comes in url it always gives same posts which have word “search”
so i want to change /search/ to something else which didn’t disturb AA 404 plugin.
thank youForum: Plugins
In reply to: [W3 Total Cache] Unable to use minify URL rewritingme too facing this problem.
after updating w3 total cache i cannot use minify and this message showsIt appears Minify URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.