Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
----------------------------
看提示是URL地址錯誤。原因是沒有設置服務器地址重寫,或者是設置了.htaccess文件,但沒有打開重寫功能。
解決辦法是增加一個.htaccess文件,里面加上重寫規則
RewriteEngine On # The RewriteBase / instruction is commented. Remove the "#" to uncomment # RewriteBase / # Memory Limit # php_value memory_limit 256M # php_value max_execution_time 18000 # Disable Hotlinking # Replace "domain.tld" with your domain name # Don't forget to add a picture "thepic.gif" on your server # RewriteCond %{HTTP_REFERER} !^http://(.+\.)?domain\.tld/ [NC] # RewriteCond %{HTTP_REFERER} !^$ # Solution 1 : Displays another picture from an URL # RewriteRule .*\.(jpe?g|gif|bmp|png)$ http://www.domain.tld/thepic.gif [L] # Solution 2 : Displays a 403 forbidden # RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F] # Forces the "www" # RewriteCond %{HTTP_HOST} !^www\.yourdomain\.tld$ [NC] # RewriteRule ^(.*)$ http://www.yourdomain.tld/$1 [QSA,L,R=301] # Uncomment these lines to display the off.html page to other IP than the one bellow # RewriteCond %{REMOTE_ADDR} !^127.0.0.1$ # RewriteCond %{REQUEST_FILENAME} !-f # RewriteRule ^(.*) off.html # DO NOT MODIFY ANY FOLLOWING LINE # Iemis Rules # Keep these lines even in maintenance mode, to have an access to the website RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(index\.php|robots\.txt) RewriteRule ^(.*)$ index.php/$1 #RewriteCond %{HTTP_HOST} !^(www)\. [NC] #RewriteRule ^(.*)$ index.php/$1 [L,QSA] #RewriteRule ^(.*)$ index.php/$1 [L,P] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(application|modules|plugins|system|themes) index.php/$1 [L]
-----------------------------
You're having problem because the object really doesn't exist in your htdocs directory. You don't have to append xampp
after localhost or 127.0.0.1 because xampp
will treat it as an object or a folder under htdocs.
if you want to access your blog, make sure you have a blog folder under htdocs and put in your URL localhost/blog
------------------------------
本人微信公眾帳號: 心禪道(xinchandao)
本人微信公眾帳號:雙色球預測合買(ssqyuce)