boopathid
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Yes jshrvx_wpdw_options is a typo jshrvx_wp_options is correct. All the tables has same home url and site url.
The thing is Godaddy cache is enabled by someone else.
Thanks for the quick response. Much appreciated.
Thanks for the support. Great.
Forum: Fixing WordPress
In reply to: big_image_size_threshold for frontend / clients@bcworkz Thanks for the info. Much appreciated.
Forum: Plugins
In reply to: [Exports and Reports] Search not workingI appreciate you have replied. I solved the issue by giving the Advanced Field Options after 4 days of the question. In that I gave Real Field (a.column_name), Hide from Report No, Searchable Yes, Display Function empty, Hide from Export No, Filterable Yes
wp-config.php
/* Multisite */ define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'localhost'); define('PATH_CURRENT_SITE', '/wordpress/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);
.htaccess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress/ RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L </IfModule> # END WordPress
Viewing 5 replies - 1 through 5 (of 5 total)