Quantcast
Channel: Topic Tag: godaddy | WordPress.org
Viewing all articles
Browse latest Browse all 4337

bottleneck on "Permalink - 404 Error - GoDaddy"

$
0
0

As long as I can remember, GD .htaccess needs to add

AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4

in other words:

AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
# 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

Viewing all articles
Browse latest Browse all 4337

Trending Articles