kkortes / leaf

Google Material Design Theme
285 stars 42 forks source link

item in the component tab is not found #9

Open zionnite opened 9 years ago

zionnite commented 9 years ago

hello wonderful programmer.... ur work is one of the intresting work that i have seen on google material design, though am new to google material design

PROBLEM ENCOUNTER: from ur official website u said we should download the web site for full understanding , then i downloaded the web site but whenever i hover on the component tab it display a dropdown list but when i click on any itiem the browser will retrun page not found. WHAT DO I NEED: Please ur urgent assistant is needed.... I HAVE TRY DOING IT MY SELF FOR TWO DAY AND TWO NIGHT (very SERIOUS)

PLEASE NOTE i have already updated my less leaf-css-framework.

Thanks for urgent assistant

kkortes commented 9 years ago

Make sure you point your vhost to your local project. Mine is set up like so: http://leaf-showcase/

NameVirtualHost :80<VirtualHost :80> DocumentRoot "/srv/www/leaf-showcase" ServerName leaf-showcase

Also make sure you have your php rewrites ON, my /etc/apache2/httpd.conf: _LoadModule rewrite_module libexec/apache2/modrewrite.so


This is basic PHP/Apache setup, I hope you understand what I explained.

In your project root of leaf-showcase, you'll find a .htaccess which controls the routings.

Good luck.

On 4 June 2015 at 08:13, Nosakhare Atekha Endurance < notifications@github.com> wrote:

hello wonderful programmer.... ur work is one of the intresting work that i have seen on google material design, though am new to google material design

PROBLEM ENCOUNTER: from ur official website u said we should download the web site for full understanding , then i downloaded the web site but whenever i hover on the component tab it display a dropdown list but when i click on any itiem the browser will retrun page not found. WHAT DO I NEED: Please ur urgent assistant is needed.... I HAVE TRY DOING IT MY SELF FOR TWO DAY AND TWO NIGHT (very SERIOUS)

PLEASE NOTE i have already updated my less leaf-css-framework.

Thanks for urgent assistant

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9.

Kim Korte

kkortes commented 9 years ago

Oh also make sure your hosts file accepts "leaf-showcase". In my /etc/hosts:

127.0.0.1 localhost leaf-showcase

On 4 June 2015 at 08:13, Nosakhare Atekha Endurance < notifications@github.com> wrote:

hello wonderful programmer.... ur work is one of the intresting work that i have seen on google material design, though am new to google material design

PROBLEM ENCOUNTER: from ur official website u said we should download the web site for full understanding , then i downloaded the web site but whenever i hover on the component tab it display a dropdown list but when i click on any itiem the browser will retrun page not found. WHAT DO I NEED: Please ur urgent assistant is needed.... I HAVE TRY DOING IT MY SELF FOR TWO DAY AND TWO NIGHT (very SERIOUS)

PLEASE NOTE i have already updated my less leaf-css-framework.

Thanks for urgent assistant

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9.

Kim Korte

zionnite commented 9 years ago

thanks man for all ur time..... i my rewrite module was always on but i think the fault is coming from the .htaccess but please believe me when i say i don't known much about .htaccess . please ur help and ur time is still important to me....... please help me to do the magic about this .htaccess (don't worry i will buy u a coffee, not a compile coffee i mean real coffee )

am looking forward for ur help sir..... On Jun 4, 2015 8:42 AM, "Kim Korte" notifications@github.com wrote:

Oh also make sure your hosts file accepts "leaf-showcase". In my /etc/hosts:

127.0.0.1 localhost leaf-showcase

On 4 June 2015 at 08:13, Nosakhare Atekha Endurance < notifications@github.com> wrote:

hello wonderful programmer.... ur work is one of the intresting work that i have seen on google material design, though am new to google material design

PROBLEM ENCOUNTER: from ur official website u said we should download the web site for full understanding , then i downloaded the web site but whenever i hover on the component tab it display a dropdown list but when i click on any itiem the browser will retrun page not found. WHAT DO I NEED: Please ur urgent assistant is needed.... I HAVE TRY DOING IT MY SELF FOR TWO DAY AND TWO NIGHT (very SERIOUS)

PLEASE NOTE i have already updated my less leaf-css-framework.

Thanks for urgent assistant

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9.

Kim Korte

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108767441.

kkortes commented 9 years ago

Do you have this .htaccess?

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^ - [L]

RewriteRule "^([^/]+)/([^/]+)/([^/]+)(/.*)?$" /$1$4?$2=$3 [L,QSA]

RewriteRule ^([^/]+)/?$ ./index.php?page=$1 [QSA,L]

SetEnv no-gzip dont-vary

<Files *.json.php> Order Deny,Allow Deny from All

On 4 June 2015 at 15:06, Nosakhare Atekha Endurance < notifications@github.com> wrote:

thanks man for all ur time..... i my rewrite module was always on but i think the fault is coming from the .htaccess but please believe me when i say i don't known much about .htaccess . please ur help and ur time is still important to me....... please help me to do the magic about this .htaccess (don't worry i will buy u a coffee, not a compile coffee i mean real coffee )

am looking forward for ur help sir..... On Jun 4, 2015 8:42 AM, "Kim Korte" notifications@github.com wrote:

Oh also make sure your hosts file accepts "leaf-showcase". In my /etc/hosts:

127.0.0.1 localhost leaf-showcase

On 4 June 2015 at 08:13, Nosakhare Atekha Endurance < notifications@github.com> wrote:

hello wonderful programmer.... ur work is one of the intresting work that i have seen on google material design, though am new to google material design

PROBLEM ENCOUNTER: from ur official website u said we should download the web site for full understanding , then i downloaded the web site but whenever i hover on the component tab it display a dropdown list but when i click on any itiem the browser will retrun page not found. WHAT DO I NEED: Please ur urgent assistant is needed.... I HAVE TRY DOING IT MY SELF FOR TWO DAY AND TWO NIGHT (very SERIOUS)

PLEASE NOTE i have already updated my less leaf-css-framework.

Thanks for urgent assistant

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9.

Kim Korte

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108767441.

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108892418.

Kim Korte

zionnite commented 9 years ago

yes sir. that's the exact .htaccess i have in my localhost On Jun 4, 2015 2:07 PM, "Kim Korte" notifications@github.com wrote:

Do you have this .htaccess?

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^ - [L]

RewriteRule "^([^/]+)/([^/]+)/([^/]+)(/.*)?$" /$1$4?$2=$3 [L,QSA]

RewriteRule ^([^/]+)/?$ ./index.php?page=$1 [QSA,L]

SetEnv no-gzip dont-vary

<Files *.json.php> Order Deny,Allow Deny from All

On 4 June 2015 at 15:06, Nosakhare Atekha Endurance < notifications@github.com> wrote:

thanks man for all ur time..... i my rewrite module was always on but i think the fault is coming from the .htaccess but please believe me when i say i don't known much about .htaccess . please ur help and ur time is still important to me....... please help me to do the magic about this .htaccess (don't worry i will buy u a coffee, not a compile coffee i mean real coffee )

am looking forward for ur help sir..... On Jun 4, 2015 8:42 AM, "Kim Korte" notifications@github.com wrote:

Oh also make sure your hosts file accepts "leaf-showcase". In my /etc/hosts:

127.0.0.1 localhost leaf-showcase

On 4 June 2015 at 08:13, Nosakhare Atekha Endurance < notifications@github.com> wrote:

hello wonderful programmer.... ur work is one of the intresting work that i have seen on google material design, though am new to google material design

PROBLEM ENCOUNTER: from ur official website u said we should download the web site for full understanding , then i downloaded the web site but whenever i hover on the component tab it display a dropdown list but when i click on any itiem the browser will retrun page not found. WHAT DO I NEED: Please ur urgent assistant is needed.... I HAVE TRY DOING IT MY SELF FOR TWO DAY AND TWO NIGHT (very SERIOUS)

PLEASE NOTE i have already updated my less leaf-css-framework.

Thanks for urgent assistant

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9.

Kim Korte

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108767441.

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108892418.

Kim Korte

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108892731.

zionnite commented 9 years ago

i mean the exact .htaccess i have inside my project folder On Jun 4, 2015 2:10 PM, "Nosakhare Endurance" nosakharee16@gmail.com wrote:

yes sir. that's the exact .htaccess i have in my localhost On Jun 4, 2015 2:07 PM, "Kim Korte" notifications@github.com wrote:

Do you have this .htaccess?

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^ - [L]

RewriteRule "^([^/]+)/([^/]+)/([^/]+)(/.*)?$" /$1$4?$2=$3 [L,QSA]

RewriteRule ^([^/]+)/?$ ./index.php?page=$1 [QSA,L]

SetEnv no-gzip dont-vary

<Files *.json.php> Order Deny,Allow Deny from All

On 4 June 2015 at 15:06, Nosakhare Atekha Endurance < notifications@github.com> wrote:

thanks man for all ur time..... i my rewrite module was always on but i think the fault is coming from the .htaccess but please believe me when i say i don't known much about .htaccess . please ur help and ur time is still important to me....... please help me to do the magic about this .htaccess (don't worry i will buy u a coffee, not a compile coffee i mean real coffee )

am looking forward for ur help sir..... On Jun 4, 2015 8:42 AM, "Kim Korte" notifications@github.com wrote:

Oh also make sure your hosts file accepts "leaf-showcase". In my /etc/hosts:

127.0.0.1 localhost leaf-showcase

On 4 June 2015 at 08:13, Nosakhare Atekha Endurance < notifications@github.com> wrote:

hello wonderful programmer.... ur work is one of the intresting work that i have seen on google material design, though am new to google material design

PROBLEM ENCOUNTER: from ur official website u said we should download the web site for full understanding , then i downloaded the web site but whenever i hover on the component tab it display a dropdown list but when i click on any itiem the browser will retrun page not found. WHAT DO I NEED: Please ur urgent assistant is needed.... I HAVE TRY DOING IT MY SELF FOR TWO DAY AND TWO NIGHT (very SERIOUS)

PLEASE NOTE i have already updated my less leaf-css-framework.

Thanks for urgent assistant

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9.

Kim Korte

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108767441.

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108892418.

Kim Korte

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108892731.

kkortes commented 9 years ago

Then you got everything you need, I cant help you more from here.

On 4 June 2015 at 15:10, Nosakhare Atekha Endurance < notifications@github.com> wrote:

yes sir. that's the exact .htaccess i have in my localhost

On Jun 4, 2015 2:07 PM, "Kim Korte" notifications@github.com wrote:

Do you have this .htaccess?

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^ - [L]

RewriteRule "^([^/]+)/([^/]+)/([^/]+)(/.*)?$" /$1$4?$2=$3 [L,QSA]

RewriteRule ^([^/]+)/?$ ./index.php?page=$1 [QSA,L]

SetEnv no-gzip dont-vary

<Files *.json.php> Order Deny,Allow Deny from All

On 4 June 2015 at 15:06, Nosakhare Atekha Endurance < notifications@github.com> wrote:

thanks man for all ur time..... i my rewrite module was always on but i think the fault is coming from the .htaccess but please believe me when i say i don't known much about .htaccess . please ur help and ur time is still important to me....... please help me to do the magic about this .htaccess (don't worry i will buy u a coffee, not a compile coffee i mean real coffee )

am looking forward for ur help sir..... On Jun 4, 2015 8:42 AM, "Kim Korte" notifications@github.com wrote:

Oh also make sure your hosts file accepts "leaf-showcase". In my /etc/hosts:

127.0.0.1 localhost leaf-showcase

On 4 June 2015 at 08:13, Nosakhare Atekha Endurance < notifications@github.com> wrote:

hello wonderful programmer.... ur work is one of the intresting work that i have seen on google material design, though am new to google material design

PROBLEM ENCOUNTER: from ur official website u said we should download the web site for full understanding , then i downloaded the web site but whenever i hover on the component tab it display a dropdown list but when i click on any itiem the browser will retrun page not found. WHAT DO I NEED: Please ur urgent assistant is needed.... I HAVE TRY DOING IT MY SELF FOR TWO DAY AND TWO NIGHT (very SERIOUS)

PLEASE NOTE i have already updated my less leaf-css-framework.

Thanks for urgent assistant

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9.

Kim Korte

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108767441.

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108892418.

Kim Korte

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108892731.

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108893274.

Kim Korte

zionnite commented 9 years ago

yea thanks man for ur time though i don't have it working but the good news i have is that am not giving up on this ur frame work ... i just develop interest in this ur frame work and i will help others developer who will encounter this error.... thank u sir for ur time with me.... U ARE THE BEST On Jun 4, 2015 2:14 PM, "Kim Korte" notifications@github.com wrote:

Then you got everything you need, I cant help you more from here.

On 4 June 2015 at 15:10, Nosakhare Atekha Endurance < notifications@github.com> wrote:

yes sir. that's the exact .htaccess i have in my localhost

On Jun 4, 2015 2:07 PM, "Kim Korte" notifications@github.com wrote:

Do you have this .htaccess?

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^ - [L]

RewriteRule "^([^/]+)/([^/]+)/([^/]+)(/.*)?$" /$1$4?$2=$3 [L,QSA]

RewriteRule ^([^/]+)/?$ ./index.php?page=$1 [QSA,L]

SetEnv no-gzip dont-vary

<Files *.json.php> Order Deny,Allow Deny from All

On 4 June 2015 at 15:06, Nosakhare Atekha Endurance < notifications@github.com> wrote:

thanks man for all ur time..... i my rewrite module was always on but i think the fault is coming from the .htaccess but please believe me when i say i don't known much about .htaccess . please ur help and ur time is still important to me....... please help me to do the magic about this .htaccess (don't worry i will buy u a coffee, not a compile coffee i mean real coffee )

am looking forward for ur help sir..... On Jun 4, 2015 8:42 AM, "Kim Korte" notifications@github.com wrote:

Oh also make sure your hosts file accepts "leaf-showcase". In my /etc/hosts:

127.0.0.1 localhost leaf-showcase

On 4 June 2015 at 08:13, Nosakhare Atekha Endurance < notifications@github.com> wrote:

hello wonderful programmer.... ur work is one of the intresting work that i have seen on google material design, though am new to google material design

PROBLEM ENCOUNTER: from ur official website u said we should download the web site for full understanding , then i downloaded the web site but whenever i hover on the component tab it display a dropdown list but when i click on any itiem the browser will retrun page not found. WHAT DO I NEED: Please ur urgent assistant is needed.... I HAVE TRY DOING IT MY SELF FOR TWO DAY AND TWO NIGHT (very SERIOUS)

PLEASE NOTE i have already updated my less leaf-css-framework.

Thanks for urgent assistant

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9.

Kim Korte

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108767441.

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108892418.

Kim Korte

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108892731.

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108893274.

Kim Korte

— Reply to this email directly or view it on GitHub https://github.com/kkortes/leaf/issues/9#issuecomment-108893933.