seven26
Forum Replies Created
-
Forum: Installing WordPress
In reply to: installing wordpress locallyyou are probably missing a ; from the end of the last line
try to add it and see what happens
if still not works, post the line mentioned in the error message from wp-config fileForum: Installing WordPress
In reply to: .htaccess and PermaLinks# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPresstry this
if you put the htaccess file in the blogs folder, then you need to add the rewrite base as / because the rewriting will start from where the file is.
your biggest concern should be to keep your data safe. The important thing is the data, if the plugin goes down, there will be always a way to get the data out from the database. You hire a freelancer and will do a custom script for you in no time.
Forum: Installing WordPress
In reply to: Installing a second wordpress blog under the same hostyou can install it either on subdomain or in a folder you desire
either create the subdomain, upload the files and install, or create the folder, upload the files and installif you have softaculos of fantastico, you can get it up in matter of seconds, those installers will ask you where you want to install and will make the job for you
to be sure, I suggest you to create a backup before you start to do anything so if you mess up something you can recover it from the backup
Forum: Fixing WordPress
In reply to: Unable to open sitecan’t you upload the old theme again?
if no, than go to phpmyadmin, open wp-optionssearch for option ID 45 and 46 and change it according to your new theme
usually the folder name of the new theme should be good.but it is much easier to upload the old theme, and change to the new from wp-admin
Forum: Fixing WordPress
In reply to: Pluginall available versions are available here:
https://yourlz.com/95Forum: Fixing WordPress
In reply to: Plugindid you tried it here? https://yourlz.com/94
but it has more files, not just that one. You want some older version?Forum: Networking WordPress
In reply to: What are the best examples…wordpress.com ??
that is the best exampleForum: Fixing WordPress
In reply to: Post Archive links render "Not Found" after moving blogs?? glad to see it worked
Forum: Fixing WordPress
In reply to: move wordpress.com blog to another hostafter you have your domain, you can go to control panel, you will got everything in your mail
search for softaculos, it is somewhere more to the bottom of the page
click it, search for blogging
select wordpress and there is a very easy to follow one step installForum: Fixing WordPress
In reply to: move wordpress.com blog to another hosthmmm you can buy them bot from one and the same company
for example Arvixe
https://yourlz.com/93I need to change because didn’t remembered it step by step
so here it is:
first search for the desired domain
after you seelcted the domain you wanted
select “I am a new customer.”
complete your details to create the billing account
than follow the stepsthey register the domain name throug enom, so if you want to move away you just go to enom, and you point the dns to the new company and you are good
Forum: Fixing WordPress
In reply to: Post Archive links render "Not Found" after moving blogsdo you have some caching plugin active? usually those can cause issues like this, if you have some cache plugin deactivate it while you are testing out things, and activate only after everything is fixed. If fooled me a few times ??
Forum: Fixing WordPress
In reply to: Post Archive links render "Not Found" after moving blogs?? that is very strange. if you empty the htaccess file, it should go back to normal. Don’t forget to save the permalinks to the default ones.
but I suggest you to keep trying, because at a split second, the first blog worked with the permalinks you wanted. I opened one of your posts and it didn’t gave me the error
so what I would try again:
delete the .htaccess
create an empty one
set permission to 777
save permalinks
refresh the page, check permalinksif works set .htaccess to 755
Forum: Fixing WordPress
In reply to: Post Archive links render "Not Found" after moving blogshmm I never checked, but for a first glance this look exactly the same in any cases
Forum: Fixing WordPress
In reply to: Post Archive links render "Not Found" after moving blogs<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>for Month and name