Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Oops! Page Not Found."
#10
It appears I've come full circle. I believed I had the issue resolved because I regained access to my page content and no longer saw the "Oops!" error.

However, I now have the site complete and on the Network Solutions host, but am having difficulty gaining access to the site from any pc but the one I developed on (caching issue, I guess).

I have FancyURL's enabled with the definition as %slug%.html.

My root .htaccess looks like the following:

Quote:AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
Order allow,deny
Allow from all
Satisfy All
</Files>
<Files sitemap.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>

RewriteEngine on

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule /?([A-Za-z0-9_-]+)\.html$ index.php?id=$1 [QSA,L]
#RewriteRule ([A-Za-z0-9-]+).html index.php?id=$1 [QSA,L]
RewriteRule ^(.*?/)?([A-Za-z0-9-_]+)/?$ index.php?id=$2&lang=en [QSA,L]

I have several ReWrite Rules here, as I am trying to find what will work with the public facing site. With the current rule enabled, I get access to the template structure, but still no access to the Page content found in the data xml files.

As I tweak those rules, I get varied results: Either the host 404 error, or some partial content loading from my site, but with missing components or the Oops! error.

A sound .htaccess file configuration would be much appreciated.

Regards,

Jeremiah
Reply


Messages In This Thread
"Oops! Page Not Found." - by jeremiah.holder - 2012-10-04, 20:23:48
"Oops! Page Not Found." - by yojoe - 2012-10-04, 21:25:39
"Oops! Page Not Found." - by n00dles101 - 2012-10-04, 21:41:57
"Oops! Page Not Found." - by jeremiah.holder - 2012-10-04, 21:51:10
"Oops! Page Not Found." - by Carlos - 2012-10-04, 22:19:01
"Oops! Page Not Found." - by jeremiah.holder - 2012-10-04, 23:40:46
"Oops! Page Not Found." - by jeremiah.holder - 2012-10-05, 07:43:16
"Oops! Page Not Found." - by yojoe - 2012-10-05, 22:18:34
"Oops! Page Not Found." - by jeremiah.holder - 2012-10-05, 22:21:27
"Oops! Page Not Found." - by jeremiah.holder - 2012-10-09, 09:14:18
"Oops! Page Not Found." - by yojoe - 2012-10-09, 10:35:35
"Oops! Page Not Found." - by jeremiah.holder - 2012-10-09, 20:33:54
"Oops! Page Not Found." - by yojoe - 2012-10-10, 01:42:37



Users browsing this thread: 1 Guest(s)