creditlovers
Forum Replies Created
-
Forum: Installing WordPress
In reply to: PERMALINK Problem on WordPress 2.0I contacted my hosting provider and they solved the problem for me. My WP was installd in a subdomain. Here is an excerpt of the conversation that i had with the CSR. Hope this helps.
Dave: In order for .htaccess files to be parsed in the subdomain, AllowOverride <option> has to be set in your apache configuration for that directory:
Dave: <VirtualHost *>
Dave: ServerName subdomain.example.com
Dave: ServerAlias https://www.subdomain.example.com
Dave: DocumentRoot /var/www/subdomain.example.com
Dave: <Directory “/var/www/subdomain.example.com”>
Dave: Options FollowSymLinks MultiViews Includes ExecCGI
Dave: AllowOverride All
Dave: AddHandler cgi-script .cgi .pl .py .sh
Dave: </Directory>
Dave: . I have added it for you and restarted apache.My real domain isn’t example.com btw, it’s just a sample. Hope this helps.
Forum: Fixing WordPress
In reply to: permalink updated error on page. not found.I contacted my hosting provider and they solved the problem for me. My WP was installd in a subdomain. Here is an excerpt of the conversation that i had with the CSR.
Dave: In order for .htaccess files to be parsed in the subdomain, AllowOverride <option> has to be set in your apache configuration for that directory:
Dave: <VirtualHost *>
Dave: ServerName subdomain.example.com
Dave: ServerAlias https://www.subdomain.example.com
Dave: DocumentRoot /var/www/subdomain.example.com
Dave: <Directory “/var/www/subdomain.example.com”>
Dave: Options FollowSymLinks MultiViews Includes ExecCGI
Dave: AllowOverride All
Dave: AddHandler cgi-script .cgi .pl .py .sh
Dave: </Directory>
Dave: . I have added it for you and restarted apache.My real domain isn’t example.com btw, it’s just a sample. Hope this helps.
Forum: Fixing WordPress
In reply to: Can’t update permalink structureI contacted my hosting provider and they solved the problem for me. My WP was installd in a subdomain. Here is an excerpt of the conversation that i had with the CSR.
Dave: In order for .htaccess files to be parsed in the subdomain, AllowOverride <option> has to be set in your apache configuration for that directory:
Dave: <VirtualHost *>
Dave: ServerName subdomain.example.com
Dave: ServerAlias https://www.subdomain.example.com
Dave: DocumentRoot /var/www/subdomain.example.com
Dave: <Directory “/var/www/subdomain.example.com”>
Dave: Options FollowSymLinks MultiViews Includes ExecCGI
Dave: AllowOverride All
Dave: AddHandler cgi-script .cgi .pl .py .sh
Dave: </Directory>
Dave: . I have added it for you and restarted apache.My real domain isn’t example.com btw, it’s just a sample. Hope this helps.
jonathan.radande.com