keithmcmean
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments ProblemThis is the htaccess file I use on all my sites so not sure why its shouldn’t work this time…unless you can spot anything Cyril?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteRule wp-includes/js/tinymce/plugins/mcespell/spell-check-service wp-content/plugins/ajax_spellchecker/service/spell-check-service.php [QSA,L]
RewriteRule wp-includes/js/tinymce/plugins/mcespell/(.*) wp-content/plugins/ajax_spellchecker/tinymce/mcespell/$1 [L]
php_value upload_max_filesize “150M”
php_value post_max_size “150M”
php_value memory_limit “150M”</IfModule>
# Protect from spam bots
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.ninamariedesigns.co.uk.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^https://%{REMOTE_ADDR}/$ [R=301,L]
</IfModule>Forum: Fixing WordPress
In reply to: Comments ProblemHi Cyril, sorry you are right I should have said. Yes I have, there are only three plugins in the site so that was quite easy.
Forum: Fixing WordPress
In reply to: Comments ProblemSorry I should have added the URL@ https://testsite.theparamountexpress.com/
??
Forum: Fixing WordPress
In reply to: CMS change urls without changing core file locationNot sure if this is the right place to ask this but i need a way to change my file structures quickly. I have my client sites on a subdomain https://clients.mysite.com/client1/ and when I move the site to the live site https://www.myothersite.com all the links etc keep the subdomain references, is there a quick way to change this?
Thanks
Forum: Plugins
In reply to: [Plugin: Simple Real Estate Pack] A few questionsHi
Can you tell me if the calculators can be changed to Euros instead of Dollars?Thanks
Keith