GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   WP Guru Question (https://gfy.com/showthread.php?t=881922)

Barefootsies 01-16-2009 08:23 AM

WP Guru Question
 
I have set up a new blog, and when the new posts are made. They are going to the new page. However, the clickable links are not working. I am thinking maybe it is a write issue (cmod 777) on the server, but I could be wrong.

http://celebrityfeetandsoles.com/

SayWhut 01-16-2009 08:33 AM

Looks like you haven't set up the htaccess for the permalinks.

Barefootsies 01-16-2009 08:35 AM

Quote:

Originally Posted by SayWhut (Post 15338572)
Looks like you haven't set up the htaccess for the permalinks.

Thanks bud. I'll shoot that shit over to PHAT.
:thumbsup:thumbsup

LoveSandra 01-16-2009 08:43 AM

Quote:

Originally Posted by Barefootsies (Post 15338538)
I have set up a new blog, and when the new posts are made. They are going to the new page. However, the clickable links are not working. I am thinking maybe it is a write issue (cmod 777) on the server, but I could be wrong.

http://celebrityfeetandsoles.com/

I had this shitty problem too few weeks ago :)
chmode 755/777 on index.php and wp-content + htaccess with
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Done.

Barefootsies 01-16-2009 08:45 AM

In the past, I always had PHAT do my script installs to make sure they were done right. Now they have a new auto script installer for some scripts. That whole one click thing. From the best I can tell, it would appear that one click is not setting up the chmod 777/775 thing correctly.

I do not screw around on the server side stuff. I am a sales man. Not a techie. So I leave that shit to them. Just like I no longer do coding work. It would take me 4 days to do something a konrad or a good coder can bang out in an hour.

fris 01-16-2009 08:55 AM

To be sure its a permalink issue, set the links back to the default, if it works then, its that, upload a blank .htaccess file and chmod it 666 then update the permalinks.

Barefootsies 01-16-2009 08:56 AM

Here is the official PHAT answer

Quote:

Create a text file named .htaccess and put the following lines in it.

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

Now upload this file to the root of your wordpress installation and your links will work.

2012 01-16-2009 08:56 AM

that theme was scary ooooooooooooo

2012 01-16-2009 09:02 AM

hey I have something you might like for that ... maybe

Barefootsies 01-16-2009 09:03 AM

Quote:

Originally Posted by fartfly (Post 15338707)
hey I have something you might like for that ... maybe

Is it a theme with a picture of a bartender asking me, "What's up chief"?

Barefootsies 01-16-2009 09:10 AM

PHAT has gotten that shit fixed now.

Leave it to PHAT to get dat shit handled in minutes.
:thumbsup

kane 01-16-2009 01:26 PM

If you want you can always just upload a blank page named .htaccess and chmod it to 777 then Wordpress will write the correct code to it for you. I do this with mine that way if I make changes in the future it is easy to make sure everything works.


All times are GMT -7. The time now is 03:20 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123