Kohsas
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WordPress Fresh Installation- "500 Internal Server Error"I checked the server error log too.. it goes like this
—————————
20140721T025604:
PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ‘)’ in /hermes/bosoraweb147/b2019/ipg.cybericonscom/wordpress/wp-includes/load.php on line 440Forum: Installing WordPress
In reply to: WordPress Fresh Installation- "500 Internal Server Error"Hi Marc and Tara.. Thanks for your reply..
My .htaccess file goes like this
# 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
Forum: Fixing WordPress
In reply to: Newbie needs HelpThank you catacaustic for your support 🙂
@seacoast Web Design :
I run a technical support company which provides services at a price.
So i will be having a page with plans, when my clients clicks on it, they get redirected to my Paypal account.Yes, the security level of the details my clients enters must be high.
I just want a register and login feature where,
when one of my leads registers, i will get all their info and they can login with their username and password and view their own details and the plan that they have subscribed and its validity as well as post comments on my blog.“Cheers
Forum: Fixing WordPress
In reply to: Newbie needs HelpThanks for your reply..
I do not want support for paid theme.. just asked whether a paid theme will do good.. 🙂
Will try WAMP then..
Explanation for Register & Login feature :
I want to have a registration page displayed for my new leads where they can register for my service with the following fields..
Name, Contact number, Address, User name, PasswordWhen they have entered the credentials and registered.. i can either get a mail or the details can be saved in any data base on the domain.
After which my clients can Login with the user name and password to enter into a page where they can see their details like a profile which shows the following details
Name, Contact number, Address, User name, Password and the plan they have subscribed.And they can also write comments on my blog posts by login with their credentials.
Hope this was explanatory.
“Cheers