mrkingid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostit was a DB dump that I imported from where it was created. All WP directories and files were copied over, config changed, etc.
I followed all the directions to the ‘T’ as per the worpdress guide to moving a blog to another domain.
The blog was developed at http://mysite.com/new_site_dev where the permalinks were working correctly and then was placed at http://www.design-studio.com and permalinks never worked properly again
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostJust removed php and did a fresh install thinking that was it… nope
Any other ideas?
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hosteven deans permalink migration plugin doesn’t fix the issue
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostI did copy directories over yes.
Just went through the directories and the only difference from this site and the one that works is that the one that works has SGID checked when chmodding. Not sure what SGID is but I made the changes on the other site but still no go. 🙂
I think you may be on to something though.
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostYup it’s on.
That is what is confusing me so much.
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostThis is interesting
In the WordPress address (URL)and Blog address (URL)boxes I had the addresses minus the ‘www’
On the other site that it works I used the www
I went back and added the www to the address so it read. http://www.design-studio.com
Then changed permalinks, but still no luck.
I thought I was onto something as the other site I have permalinks issues with had the www missing as well.
Could this still be something?
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostpossible but not likely as a fresh install with the same theme works fine.
Besides it has happened on two sites i have built somewhere else and moved over. Won’t be doing that anymore.
I’d really hate to have to rebuild everything.
Besides, what could it possibly be in a theme that would do that?
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostIs there something wrong with my php.ini file?
cgi.fix_pathinfo=1
extension=curl.so
extension=domxml.so
extension=imap.so
extension=mcal.so
extension=mcrypt.so
extension=mhash.so
extension=mysql.so
extension=xslt.so
extension=gd.so#register_globals = off
#allow_url_fopen = off#expose_php = Off
max_execution_time = 150
max_input_time = 60
#variables_order = “EGPCS”
#extension_dir = ./
upload_tmp_dir = /tmp
#precision = 12
#SMTP = relay-hosting.secureserver.net
url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”memory_limit = 20M
post_max_size = 8M
file_uploads = On
upload_max_filesize = 8Mzend_optimizer.optimization_level=15
zend_extension=”/usr/lib/ZendOptimizer-4-3-x.so”#[Zend]
#zend_extension=/usr/local/zo/ZendExtensionManager.so
#zend_extension=/usr/local/zo/4_3/ZendOptimizer.soForum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostI checked the DB and it says I have /%year%/%monthnum%/%day%/%postname%/ which is the one I wanted, but still nothing. Grrrrrrrrrrrr
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostwhen I brought over the site I left out the .htaccess as it would have been incorrect with having
ReweriteBase / new-dev-site
and
RewriteRule . new-dev-site/index.php [L]Is permalinks help in the DB at all?
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostBoom=
Access forbidden!
You don’t have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster.
Error 403
design-studio.com
Tue Jul 15 15:24:41 2008
Apache/2.0.54 (Debian GNU/Linux) FrontPage/5.0.2.2635 mod_ssl/2.0.54 OpenSSL/0.9.7e
———-
that is the error I get when I access a page. I do not have any posts in my site.htaccess file reads:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: moving servers and upgrading versions breaks permalinksI have a similar issue. How do I get a hold of this “httpd.conf” file as I can’t see it via FTP.
Forum: Fixing WordPress
In reply to: WP 2.6 upgrade worked but big issue afterNope I am not running IIs. I am running apache.
Thing is I originally created the site in a subfolder in my main site hosted on godaddy. The permalink option 2 worked.
I then transfered the site to Netnation but I need the index.php in the permalink to be able to use semi pretty links.
Any ideas how I can get it to work with just pretty permalinks? It has been driving me crazy since day one.
If I ever figure out the solution I’ll move all my hosting from Godaddy.
NOTE: Fresh WP installs onto Netnation have no problems with pretty permalinks.
Forum: Fixing WordPress
In reply to: WP 2.6 upgrade worked but big issue afterOtto. Number 2 solution in your link worked!!!
However I would prefer not to have index.php in the link.
Any ideas how I can get it to work?
Forum: Fixing WordPress
In reply to: WP 2.6 upgrade worked but big issue afterhmm, when I select the second permalink structure and I goto that page I get a 403 error.
—–
Access forbidden!You don’t have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
———–
Ideas??For some reason it thinks it is a directory and not a page