CSS /blog/ to /wordpress/ issue!?!

Status
Not open for further replies.

thegoldenpuffle61

New Member
Messages
19
Reaction score
0
Points
0
Okay, at first my wordpress folder was named blog. I had renamed this to 'wordpress' before giving wordpress its own directory.

Whenever I try to log in I get this error:
"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request."

My site is taylorswifties.co.cc

If it helps, my .htaccess file is:
Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
 
Last edited:

thegoldenpuffle61

New Member
Messages
19
Reaction score
0
Points
0
there will be error_log file in wp-admin directory, what it says?
I cannot access my wp-admin. I still get the error :(

Edit:
If you mean the one in wordpress folder (There is none in the wp-admin folder) on my computer, I get:
Code:
[23-Aug-2010 03:08:54] PHP Warning:  require(ABSPATHwp-includes/load.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
[23-Aug-2010 03:08:54] PHP Warning:  require(ABSPATHwp-includes/load.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
[23-Aug-2010 03:08:54] PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required 'ABSPATHwp-includes/load.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
[23-Aug-2010 03:11:14] PHP Warning:  require(ABSPATHwp-includes/load.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
[23-Aug-2010 03:11:14] PHP Warning:  require(ABSPATHwp-includes/load.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
[23-Aug-2010 03:11:14] PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required 'ABSPATHwp-includes/load.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
[23-Aug-2010 03:15:10] PHP Warning:  require(ABSPATHwp-includes/load.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
[23-Aug-2010 03:15:10] PHP Warning:  require(ABSPATHwp-includes/load.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
[23-Aug-2010 03:15:10] PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required 'ABSPATHwp-includes/load.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
[23-Aug-2010 03:15:10] PHP Warning:  require(ABSPATHwp-includes/load.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
[23-Aug-2010 03:15:10] PHP Warning:  require(ABSPATHwp-includes/load.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
[23-Aug-2010 03:15:10] PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required 'ABSPATHwp-includes/load.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hannahxd/public_html/wordpress/wp-settings.php on line 19
 
Last edited:

bhupendra2895

New Member
Messages
554
Reaction score
20
Points
0
Since you installed it recently, I will suggest you to reinstall it again, because it seems that in present situation you would have lot of questions to ask because of the lack of knowledge of php.
 

thegoldenpuffle61

New Member
Messages
19
Reaction score
0
Points
0
I'm sorry, but I frankly do not have the money or time to learn php/ have someone make my own website. I hope you understand.

But thanks anyway. I tried reinstalling it but it was the same as the original. Oh well.....
 
Status
Not open for further replies.
Top