kolo-cs
27.10.2013, 10:44:21
Witam
Wyskuje mi bład
Not Found
The requested URL /index.php[PT] was not found on this server.
Strona głowna działa ale podstrony nie
Poszę o pomoc z góry dzięki
SmokAnalog
27.10.2013, 10:45:46
No po takim natłoku informacji na pewno wróżki na tym forum Ci pomogą.
kolo-cs
27.10.2013, 10:58:51
# Turn on URL rewriting
RewriteEngine On
# Installation directory
RewriteBase /
# Protect hidden files from being viewed
<Files .*>
Order Deny,Allow
Deny From All
</Files>
# Protect application and system files from being viewed
#RewriteRule ^(?:application|modules|system)\b.* index.php/$0 [L]
# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite all other URLs to index.php/URL
RewriteRule .* index.php[PT]
[php][/php]
SmokAnalog
27.10.2013, 11:02:55
Domyślam się, że działasz na jakimś frameworku i masz stronę w folderze (np.
http://localhost/strona). Najprostszym rozwiązaniem będzie dodanie Virtual Hosta.
kolo-cs
27.10.2013, 11:14:55
Smog
Mozna jakis kontakt do ciebie

?