whitegod
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media library not workingDeactivate all the plugins and then check it
Forum: Installing WordPress
In reply to: URl port issue in iis server?Hi,
In “Settings -> General”, set “WordPress Address (URL)” to “http://yourdomain.com:80/”
change and update
Forum: Networking WordPress
In reply to: Want link to subsite on main menuHi,
appearances- menu – link
url:type your domain with link -you have to redirect
links :menu nameForum: Networking WordPress
In reply to: Permalinks structurehi,
you have to use this link settings-permalinks
name.com/%postname%Forum: Installing WordPress
In reply to: How to include images in RSSForum: Fixing WordPress
In reply to: permalink is problemHi,WPyogi
sorry for asking login details,are you clear your problem?
Forum: Fixing WordPress
In reply to: permalink is problemhi,
please give your login details
Forum: Fixing WordPress
In reply to: Website wont loadhi,
please find out your website->wp-content-plugin
goes control panel(cpanel),if you have one website wp-content->pluginsForum: Fixing WordPress
In reply to: permalink is problemhi, onece you change the permalinks and you have to update(refresh) the .httaccess
Forum: Fixing WordPress
In reply to: permalink is problemhi,
please give your login details
Forum: Fixing WordPress
In reply to: permalink is problemyour root folder
Forum: Fixing WordPress
In reply to: Website wont loadHi,
you have to cpanel access, go to wp-content->plugin folder,plugin folder zip and then deleteForum: Fixing WordPress
In reply to: permalink is problemHi,
Go to setting->permalinks->post name, use have to Custom Structure /%postname%/
please check your .httaccess file
# 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