How to make WORDPRESS show on my main domain page?

Status
Not open for further replies.

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Go to public_html and open .htaccess

Add

Code:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} ^/$ [NC]
RewriteRule .* /wordpress/index.php
 

ilovesmoothiie44

New Member
Messages
6
Reaction score
0
Points
0
Thanks, but I can't seem to find the specific folder it's in.

I got into public_html and theres "shockerprizes" folder and then "wordpress"

---------- Post added 08-09-2011 at 02:43 AM ---------- Previous post was 08-08-2011 at 11:15 PM ----------

can someone help please?

this is the screenshot of my account:
screenshotccv.png
 
Last edited:
Status
Not open for further replies.
Top