thinnling1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to insert inline imagesInline does not exist in my Gutenberg anymore. In order to inline an image in Gutenberg and wrap text around it all I had to do was after pressing ‘+’ under ‘formatting’ there is ‘classic’. It is a built in classic bar just for the block you are working on.
- This reply was modified 5 years, 11 months ago by thinnling1.
- This reply was modified 5 years, 11 months ago by thinnling1.
Forum: Fixing WordPress
In reply to: Do I need to backup my local WordPress site?What would be a way you would recommend?
I will try that.
no, i never figured it out. I went the way of just making 2 separate wordpress sites on my localhost.
Forum: Localhost Installs
In reply to: need help with figuring out how to set up my multi-site..
ok, thanks for your help
which is the best localhost?
I am using wamp
Yes, links are showing
the change still made it say 500 Internal Server Error:
RewriteEngine On RewriteBase / 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]
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
but i also replaced it with this but this brought up an Internal Server Error page for my whole wordpress.
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]
no, no content shows when I go to https://localhost/wordpress/blog/sample-post/, just a 404 error
I don’t what to do. I can try to connect my wordpress on a free server host.
I think so:
post name:
https://localhost/wordpress/blog/sample-post/no, there is no folder under the wordpress folder.