lester30
Forum Replies Created
-
Forum: Plugins
In reply to: [WEN Skill Charts] Percentage always shows NaN%Hi,
Yep i am pretty sure that there is no percent sign in the box. I haven’t changed anything it just suddenly change to NaN%. here is the link http://newsite.recruitsleuth.com.au/about-us/
thanks.
Forum: Fixing WordPress
In reply to: WordPress site migration error 404Yes i do have an access to the database throught PhpMyAdmin. Site URL and WP URL are already changed to recruitsleuth.com.au/NewSite/. Which .htaccess? the one on the root directory or the one where my website files are? Here is the content of my .htaccess on my website folder. thanks.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /NewSite/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /NewSite/index.php [L]
</IfModule>
# END WordPress<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>Forum: Fixing WordPress
In reply to: WordPress site migration error 404and Matt, i also did a fresh install of wordpress to a sub directory and yet i still got an error 404. thanks
Forum: Fixing WordPress
In reply to: WordPress site migration error 404Hi Matt,
Yes i have done all the steps listed on that page, the only thing i can’t do on the page you gave is the Moving Directories On Your Existing Server because i can’t login to wp-admin. the original URL was http://diamondimpact.com.au/NewSite/ and i transferred it to this URL http://recruitsleuth.com.au/NewSite/ can you please what’s the problem that i am encountering. Thanks for the response Matt.